From: Daniel Stenberg Date: Sat, 27 Dec 2025 22:25:13 +0000 (+0100) Subject: strcopy: minor comment edit to avoid matching a grep for strcpy use X-Git-Tag: curl-8_18_0~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c0cdd26d66342efaaf2685f2a539be5db21cacd;p=thirdparty%2Fcurl.git strcopy: minor comment edit to avoid matching a grep for strcpy use --- diff --git a/lib/curlx/strcopy.c b/lib/curlx/strcopy.c index 01d00880cf..d6bff15330 100644 --- a/lib/curlx/strcopy.c +++ b/lib/curlx/strcopy.c @@ -26,7 +26,7 @@ #include "strcopy.h" /* - * curlx_strcopy() is a replacement for strcpy(). + * curlx_strcopy() is a replacement for strcpy. * * Provide the target buffer @dest and size of the target buffer @dsize, If * the source string @src with its *string length* @slen fits in the target