summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2020-10-30 10:15:30 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2020-10-30 10:15:30 -0600
commit7b30bbe7fd530a323ad34e2999a2b16619e4514a (patch)
treeb4e70c03a210d45b8c71e57e9161eaec524e4802 /examples
parentd94142ff8839dd43133b22d1027a35b5f2445772 (diff)
downloadsudo-7b30bbe7fd530a323ad34e2999a2b16619e4514a.tar.gz
Apply Google inclusive language guidelines.
Also replace backwards with backward.
Diffstat (limited to 'examples')
-rw-r--r--examples/sudo.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sudo.conf.in b/examples/sudo.conf.in
index 19e33ff66..d4342b2ce 100644
--- a/examples/sudo.conf.in
+++ b/examples/sudo.conf.in
@@ -42,7 +42,7 @@ Plugin sudoers_audit sudoers.so
# Sudo noexec:
# Path noexec /path/to/sudo_noexec.so
#
-# Path to a shared library containing dummy versions of the execv(),
+# Path to a shared library containing replacements for the execv(),
# execve() and fexecve() library functions that just return an error.
# This is used to implement the "noexec" functionality on systems that
# support LD_PRELOAD or its equivalent.