aboutsummaryrefslogtreecommitdiff
path: root/texinfo/makeinfo/multi.c
diff options
context:
space:
mode:
Diffstat (limited to 'texinfo/makeinfo/multi.c')
-rw-r--r--texinfo/makeinfo/multi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/texinfo/makeinfo/multi.c b/texinfo/makeinfo/multi.c
index ccc8a87..f5b1fe9 100644
--- a/texinfo/makeinfo/multi.c
+++ b/texinfo/makeinfo/multi.c
@@ -181,7 +181,7 @@ setup_multitable_parameters ()
number) and then non-whitespace (the number). */
while (*params && (*params == ' ' || *params == '\t'))
params++;
- /* Hmm, but what what @columnfractions 3foo. Well, I suppose
+ /* Hmm, but what about @columnfractions 3foo? Well, I suppose
it's invalid input anyway. */
while (*params && *params != ' ' && *params != '\t'
&& *params != '\n' && *params != '@')