summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/lib/usage.c')
-rw-r--r--Build/source/texk/web2c/lib/usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/lib/usage.c b/Build/source/texk/web2c/lib/usage.c
index 8e1d416e71f..ae35356a702 100644
--- a/Build/source/texk/web2c/lib/usage.c
+++ b/Build/source/texk/web2c/lib/usage.c
@@ -16,7 +16,7 @@ usage (const_string str)
}
/* Call usage if the program exits by printing the help message.
- MESSAGE is an NULL-terminated array or strings which make up the
+ MESSAGE is a NULL-terminated array of strings which make up the
help message. Each string is printed on a separate line.
We use arrays instead of a single string to work around compiler
limitations (sigh).