Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 12:54:22 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 49f2bb36769f - main - libnetbsd: Fix a typo in a source code comment
Message-ID:  <202204021254.232CsMQJ045287@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=49f2bb36769f04b6720e8bb2c6db2a94e517e19a

commit 49f2bb36769f04b6720e8bb2c6db2a94e517e19a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:53:56 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 12:53:56 +0000

    libnetbsd: Fix a typo in a source code comment
    
    - s/accomodate/accommodate/
    
    MFC after:      3 days
---
 lib/libnetbsd/sys/event.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libnetbsd/sys/event.h b/lib/libnetbsd/sys/event.h
index 88a363c8bfc5..ed52135ee859 100644
--- a/lib/libnetbsd/sys/event.h
+++ b/lib/libnetbsd/sys/event.h
@@ -32,7 +32,7 @@
 
 /*
  * kqueue on FreeBSD requires sys/event.h, which in turn uses uintptr_t
- * (defined in sys/types.h), so in order to accomodate their requirements,
+ * (defined in sys/types.h), so in order to accommodate their requirements,
  * pull in sys/types.h as part of event.h.
  */
 #include <sys/types.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021254.232CsMQJ045287>