git: 786c9d669185 - stable/12 - NOTES: Fix a typo in a comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:34:00 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=786c9d669185a2debb59e301fc9a033fc5b263a8
commit 786c9d669185a2debb59e301fc9a033fc5b263a8
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:50:04 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:31:14 +0000
NOTES: Fix a typo in a comments
- s/accomodate/accommodate/
(cherry picked from commit b34f7568d180df8b13f4877a48bea4930d453f18)
---
sys/conf/NOTES | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d86eb4a270e8..9cf8024e234d 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