summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2023-03-26 19:10:32 +0000
committerandvar <andvar@NetBSD.org>2023-03-26 19:10:32 +0000
commit7ac029eb17bf23df71a00e6e1d78c9b88cf8649f (patch)
tree4463dd9ce731a6468f302c554b4c4937b2123adf /doc
parent16022694865f36f16bb4f67c61c6436585ece903 (diff)
fix various typos in documentation, comments and sysctl device description.
mainly aion -> ation and inlude -> include.
Diffstat (limited to 'doc')
-rw-r--r--doc/BRANCHES4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/BRANCHES b/doc/BRANCHES
index 740d56b86bb..0e0c2eef3ff 100644
--- a/doc/BRANCHES
+++ b/doc/BRANCHES
@@ -1,4 +1,4 @@
-# $NetBSD: BRANCHES,v 1.366 2022/12/16 17:35:42 martin Exp $
+# $NetBSD: BRANCHES,v 1.367 2023/03/26 19:10:32 andvar Exp $
#
# This file contains a list of branches that exist in the NetBSD CVS
# tree and their current state.
@@ -764,7 +764,7 @@ End Date: Sun Aug 19 2021
Base Tag: thorpej-futex-base
Maintainer: Jason Thorpe <thorpej@netbsd.org>
Scope: src/sys src/tests/lib/libc/sys src/distrib/sets/lists
-Notes: Normal futex operataions pass the test suite, but there are
+Notes: Normal futex operations pass the test suite, but there are
issues with Linux compatibility currently, that need to be
addressed before merging. Also includes new NetBSD extensions
to the futex interface to support reader/writer locks. Those