]> Savannah Git Hosting - gnulib.git/commitdiff
* lib/quotarg.c: remove wrong, unneeded comment
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Aug 2021 00:59:05 +0000 (17:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Aug 2021 01:06:59 +0000 (18:06 -0700)
lib/quotearg.c

index 570468917bc8ced353e33ba85a2818a558bdb37f..dc4babcb6e4ac4aa97a76f238b33b620bb9e8bab 100644 (file)
@@ -787,7 +787,6 @@ quotearg_buffer (char *buffer, size_t buffersize,
   return r;
 }
 
-/* Equivalent to quotearg_alloc (ARG, ARGSIZE, NULL, O).  */
 char *
 quotearg_alloc (char const *arg, size_t argsize,
                 struct quoting_options const *o)