From 3179bb2737493bc4191c3239226bda50f0b64b8f Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Sat, 13 Aug 2022 20:48:30 +0100 Subject: [PATCH] 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 #