git: 79f1081f46cc - stable/13 - NOTES: Fix a typo in a comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 09 Apr 2022 06:14:36 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=79f1081f46cc242d3932aea88b7309f3fef261ed

commit 79f1081f46cc242d3932aea88b7309f3fef261ed
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:06:40 +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 49eea9bb5175..f5be1e10f8dc 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