git: 01d463b6f21d - main - arm64/cmn600: Grammar fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 07:24:16 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=01d463b6f21d027ba16cb4f1040c00b295b1df17 commit 01d463b6f21d027ba16cb4f1040c00b295b1df17 Author: LO WEN-CHIEN <s111062113@m111.nthu.edu.tw> AuthorDate: 2024-01-07 12:32:48 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2024-02-13 07:19:22 +0000 arm64/cmn600: Grammar fix Event: Advanced UNIX Programming Course (Fall’23) at NTHU Pull Request: https://github.com/freebsd/freebsd-src/pull/1011 --- sys/arm64/arm64/cmn600.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm64/arm64/cmn600.c b/sys/arm64/arm64/cmn600.c index 7079907e63ce..4e3be8fee40e 100644 --- a/sys/arm64/arm64/cmn600.c +++ b/sys/arm64/arm64/cmn600.c @@ -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;