aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2023-03-19 20:18:44 -0700
committerAndrew G. Morgan <morgan@kernel.org>2023-03-19 20:18:44 -0700
commit5496a0e3854dba9374823e9b561ee8c5fd9c59f4 (patch)
treed71ffddbf2a700aa9114b088956df0d4fb4ef18d
parent8c435a6fecece9e1c0e1625c2add7eaa546bb93c (diff)
downloadlibcap-5496a0e3854dba9374823e9b561ee8c5fd9c59f4.tar.gz
Tidy up some text explaining cap.NamedCaps.
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--cap/names.go4
-rw-r--r--go/mknames.go4
2 files changed, 4 insertions, 4 deletions
diff --git a/cap/names.go b/cap/names.go
index 226aa2b..2655380 100644
--- a/cap/names.go
+++ b/cap/names.go
@@ -2,8 +2,8 @@ package cap
/* ** DO NOT EDIT THIS FILE. IT WAS AUTO-GENERATED BY LIBCAP'S GO BUILDER (mknames.go) ** */
-// NamedCount holds the number of capability values with official
-// names known at the time this libcap/cap version, was released. The
+// NamedCount holds the number of capability values, with official
+// names, known at the time this libcap/cap version was released. The
// "../libcap/cap" package is fully able to manipulate higher numbered
// capability values by numerical value. However, if you find
// cap.NamedCount < cap.MaxBits(), it is probably time to upgrade this
diff --git a/go/mknames.go b/go/mknames.go
index ff07218..ef348ae 100644
--- a/go/mknames.go
+++ b/go/mknames.go
@@ -52,8 +52,8 @@ func main() {
/* ** DO NOT EDIT THIS FILE. IT WAS AUTO-GENERATED BY LIBCAP'S GO BUILDER (mknames.go) ** */
-// NamedCount holds the number of capability values with official
-// names known at the time this libcap/cap version, was released. The
+// NamedCount holds the number of capability values, with official
+// names, known at the time this libcap/cap version was released. The
// "../libcap/cap" package is fully able to manipulate higher numbered
// capability values by numerical value. However, if you find
// cap.NamedCount < cap.MaxBits(), it is probably time to upgrade this