arm64/cmn600: Grammar fix

Event:		Advanced UNIX Programming Course (Fall’23) at NTHU
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1011
This commit is contained in:
LO WEN-CHIEN
2024-01-07 20:32:48 +08:00
committed by Li-Wen Hsu
parent 0a68b0066f
commit 01d463b6f2
+1 -1
View File
@@ -353,7 +353,7 @@ cmn600_create_node(struct cmn600_softc *sc, off_t node_offset,
child_offset = FLD(val, POR_CFGM_CHILD_INFO_CHILD_PTR_OFFSET);
if (parent == NULL) {
/* Find XP node with Id 8. It have to be last in a row. */
/* Find XP node with Id 8. It has to be last in a row. */
for (i = 0; i < node->nd_child_count; i++) {
val = node->nd_read8(node, child_offset + (i * 8));
val &= POR_CFGM_CHILD_POINTER_BASE_MASK;