system-quote: Refactor.
[gnulib.git] / lib / system-quote.h
index c2c50c5..d5f2978 100644 (file)
@@ -58,7 +58,7 @@ extern size_t
                             const char *string);
 
 /* Copies the quoted string to p and returns the incremented p.
-   There must be room for shell_quote_length (string) + 1 bytes at p.  */
+   There must be room for system_quote_length (string) + 1 bytes at p.  */
 extern char *
        system_quote_copy (char *p,
                           enum system_command_interpreter interpreter,