From: Paul Eggert Date: Mon, 2 Aug 2021 00:59:05 +0000 (-0700) Subject: * lib/quotarg.c: remove wrong, unneeded comment X-Git-Tag: v1.0~2733 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=49782e402f5cd7b3fa83eae9c425715c94fc459d;p=gnulib.git * lib/quotarg.c: remove wrong, unneeded comment --- diff --git a/lib/quotearg.c b/lib/quotearg.c index 570468917b..dc4babcb6e 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -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)