]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - texinfo/makeinfo/multi.c
typo typo fixes fixes
[thirdparty/gcc.git] / texinfo / makeinfo / multi.c
index ccc8a8731027202c46979af5541a3c1116390c98..f5b1fe9fe6188711e6c68e4775e2cdbab884f90c 100644 (file)
@@ -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 != '@')