git: 3179bb273749 - main - stand: Fix a couple of comment typos in f8a199f28f9d
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Aug 2022 19:50:46 UTC
The branch main has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=3179bb2737493bc4191c3239226bda50f0b64b8f
commit 3179bb2737493bc4191c3239226bda50f0b64b8f
Author: Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2022-08-13 19:48:30 +0000
Commit: Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2022-08-13 19:48:30 +0000
stand: Fix a couple of comment typos in f8a199f28f9d
The commit message documented it as /etc/src.conf but the comment in the
source mentioned the non-existent /etc/loader.conf.
Fixes: f8a199f28f9d ("stand: Raise limit to 550,000 bytes for loader")
---
stand/i386/loader/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/stand/i386/loader/Makefile b/stand/i386/loader/Makefile
index 723220484e67..3195cb00c6be 100644
--- a/stand/i386/loader/Makefile
+++ b/stand/i386/loader/Makefile
@@ -27,8 +27,8 @@ VERSION_FILE= ${.CURDIR}/../loader/version
# So 640k - 40k - 25k - 25k = 550k = 563,200 bytes, but use 550,000 below for
# some extra buffer for more complex setups and/or wider BIOS lomem variation.
#
-# Some systems use more stack or have BIOS resere more RAM (or both), and will
-# need to set this lower in /etc/loader.conf if the above buffer is too small.
+# Some systems use more stack or have BIOS reserve more RAM (or both), and will
+# need to set this lower in /etc/src.conf if the above buffer is too small.
#
# sudo dd if=/dev/mem bs=1 iseek=0x413 count=2 | hd -d
#