summaryrefslogtreecommitdiff
path: root/src/file_opts.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2022-06-13 15:23:37 +0000
committerChristos Zoulas <christos@zoulas.com>2022-06-13 15:23:37 +0000
commit7a1f533cf34104551fa23691beb0432e54349aac (patch)
treeca5231e1d69fceff7bd6d6dd9fbc013e6f9a9b3a /src/file_opts.h
parent46976e05f97e4b2bc77476a16f7107ff0be12df1 (diff)
downloadfile-git-7a1f533cf34104551fa23691beb0432e54349aac.tar.gz
remove one "is" from polluks
Diffstat (limited to 'src/file_opts.h')
-rw-r--r--src/file_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_opts.h b/src/file_opts.h
index b4783023..978c8b64 100644
--- a/src/file_opts.h
+++ b/src/file_opts.h
@@ -4,7 +4,7 @@
* The first column specifies the short name, if any, or 0 if none.
* The second column specifies the long name.
* The third column specifies whether it takes a parameter.
- * The fourth column specifies whether is is marked as "default"
+ * The fourth column specifies whether is marked as "default"
* if POSIXLY_CORRECT is defined: 1,
* if POSIXLY_CORRECT is not defined: 2.
* The fifth column is the documentation.