diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-04-19 08:01:18 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-04-19 08:12:02 +0000 |
| commit | 4177af3b0e2db36238bbd6f973943f830d1ff46f (patch) | |
| tree | 4a46bf5f4e964bb0d69bf5e62850936f346258a1 | |
| parent | 59dacd7f008f54a335ec49e747bb8ddac67b0a83 (diff) | |
stand/powerpc: Fix a typo in a source code comment
- s/limitiations/limitations/
MFC after: 3 days
| -rw-r--r-- | stand/powerpc/boot1.chrp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/powerpc/boot1.chrp/Makefile b/stand/powerpc/boot1.chrp/Makefile index a693f775dde8..0b77bce2b097 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 |
