diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-02 12:50:04 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-09 06:31:14 +0000 |
| commit | 786c9d669185a2debb59e301fc9a033fc5b263a8 (patch) | |
| tree | 7b1dd88ddf3ed4d3740043e87316174fd4982f5d | |
| parent | 32c16fc027955c714cb8ed610f347bed3ddfaffe (diff) | |
NOTES: Fix a typo in a comments
- s/accomodate/accommodate/
(cherry picked from commit b34f7568d180df8b13f4877a48bea4930d453f18)
| -rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
