]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Typo fix in comment
authorBenjamin Kaduk <kaduk@mit.edu>
Sat, 19 Dec 2015 07:08:06 +0000 (01:08 -0600)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 30 Mar 2016 15:02:02 +0000 (11:02 -0400)
afsd -shutdown takes only a single dash, as with all cmd-style
options.

Improve the grammar a bit while we're here.

Reviewed-on: http://gerrit.openafs.org/12133
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Chas Williams <3chas3@gmail.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 6db49a841784459cf583e914b3f2433ce1e70f4c)

Change-Id: Id3b12157c9d5ac3b9aeeba0c2af22fac33a2630f
Reviewed-on: https://gerrit.openafs.org/12197
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/afs/afs_pag_call.c

index 39f78b1bed98b19f90366928fe97ab5b6c9d7d3c..88c0d8f8d6f6c34e3d09b7559248f62e4fe6f716 100644 (file)
@@ -546,7 +546,7 @@ int
 afs_syscall_call(parm, parm2, parm3, parm4, parm5, parm6)
      long parm, parm2, parm3, parm4, parm5, parm6;
 {
-    /* superusers may shut us down, as with afsd --shutdown */
+    /* Superusers may shut us down, such as with afsd -shutdown. */
 #ifdef AFS_SUN5_ENV
     if (parm == AFSOP_SHUTDOWN && afs_suser(CRED()))
 #else