git: 47e007667573 - stable/15 - stand/powerpc: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Apr 2026 09:22:20 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=47e00766757312229f84e07e76acd55f5b2ec805
commit 47e00766757312229f84e07e76acd55f5b2ec805
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-19 08:01:18 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-22 09:21:23 +0000
stand/powerpc: Fix a typo in a source code comment
- s/limitiations/limitations/
(cherry picked from commit 4177af3b0e2db36238bbd6f973943f830d1ff46f)
---
stand/powerpc/boot1.chrp/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stand/powerpc/boot1.chrp/Makefile b/stand/powerpc/boot1.chrp/Makefile
index e67414584bc8..b91c0117b5a7 100644
--- a/stand/powerpc/boot1.chrp/Makefile
+++ b/stand/powerpc/boot1.chrp/Makefile
@@ -10,7 +10,7 @@ SRCS= boot1.c ashldi3.c syncicache.c memset.c
CFLAGS+=-I${LDRSRC}
# Load boot1.elf below kernel.
#
-# Due to limitiations in the way we load stuff, we have to avoid reusing
+# Due to limitations in the way we load stuff, we have to avoid reusing
# memory until the kernel MMU code has taken over.
#
# 0x38000 is high enough to not interfere with the trap area, but low