summaryrefslogtreecommitdiff
path: root/cap/names.go
diff options
context:
space:
mode:
Diffstat (limited to 'cap/names.go')
-rw-r--r--cap/names.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cap/names.go b/cap/names.go
index bb69daa..8ee96d1 100644
--- a/cap/names.go
+++ b/cap/names.go
@@ -63,7 +63,7 @@ const (
SETGID
// SETUID allows a process to freely manipulate its own UIDs:
- // - arbitraily set the UID, EUID, REUID and RESUID
+ // - arbitrarily set the UID, EUID, REUID and RESUID
// values
// - allows the forging of UID credentials passed over a
// socket
@@ -85,7 +85,7 @@ const (
// default, as its unsuppressed behavior was not
// auditable: it could asynchronously grant its own
// Permitted capabilities to and remove capabilities from
- // other processes arbitraily. The former leads to
+ // other processes arbitrarily. The former leads to
// undefined behavior, and the latter is better served by
// the kill system call.]
SETPCAP