From: Jeff King Date: Tue, 13 Sep 2011 21:57:47 +0000 (-0400) Subject: quote.h: fix bogus comment X-Git-Tag: v1.7.8-rc0~127^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7878b07c0d86d05fa505f2464557c69addcc2c05?ds=inline;hp=7878b07c0d86d05fa505f2464557c69addcc2c05 quote.h: fix bogus comment Commit 758e915 made sq_quote_next static, removing it from quote.h. However, it forgot to update the related comment, making it appear as a confusing description of sq_quote_to_argv. Let's remove the crufty bits, and elaborate more on sq_quote_to_argv. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---