git: b34f7568d180 - main - NOTES: Fix a typo in a comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 12:51:16 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=b34f7568d180df8b13f4877a48bea4930d453f18
commit b34f7568d180df8b13f4877a48bea4930d453f18
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:50:04 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 12:50:04 +0000
NOTES: Fix a typo in a comments
- s/accomodate/accommodate/
MFC after: 3 days
---
sys/conf/NOTES | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 178134f46ee5..092df2b62dd3 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -151,7 +151,7 @@ options BOOTHOWTO=RB_MULTIPLE
# Default boot tag; may use 'kern.boot_tag' loader tunable to override. The
# current boot's tag is also exposed via the 'kern.boot_tag' sysctl.
options BOOT_TAG=\"\"
-# Maximum boot tag size the kernel's static buffer should accomodate. Maximum
+# Maximum boot tag size the kernel's static buffer should accommodate. Maximum
# size for both BOOT_TAG and the assocated tunable.
options BOOT_TAG_SZ=32