summaryrefslogtreecommitdiff
path: root/src/chmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chmod.c')
-rw-r--r--src/chmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c
index b872bc611..09c13756f 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -406,7 +406,7 @@ Each MODE is of the form '[ugoa]*([-+=]([rwxXst]*|[ugo]))+'.\n\
}
/* Parse the ASCII mode given on the command line into a linked list
- of `struct mode_change' and apply that to each file argument. */
+ of 'struct mode_change' and apply that to each file argument. */
int
main (int argc, char **argv)