]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.cpp
Whitespace.
[lyx.git] / src / FuncRequest.cpp
index 7755a86957f06aaba4c8f8c04c8132d2f4231fad..c7624c38ae336775ffe6e2da052f8ffac60dbb8b 100644 (file)
@@ -79,7 +79,7 @@ namespace {
 
 // Extracts arguments from str into args. Arguments are delimted by
 // whitespace or by double quotes.
-// We extract at most max arguments, treating the last argument as 
+// We extract at most max + 1 arguments, treating args[max] as 
 // continuing to eol.
 void splitArg(vector<string> & args, string const & str, 
                unsigned int max = UINT_MAX)