From 5c0cdd26d66342efaaf2685f2a539be5db21cacd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 27 Dec 2025 23:25:13 +0100 Subject: [PATCH] strcopy: minor comment edit to avoid matching a grep for strcpy use --- lib/curlx/strcopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3