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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user