]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
strcopy: minor comment edit to avoid matching a grep for strcpy use
authorDaniel Stenberg <daniel@haxx.se>
Sat, 27 Dec 2025 22:25:13 +0000 (23:25 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 27 Dec 2025 22:25:13 +0000 (23:25 +0100)
lib/curlx/strcopy.c

index 01d00880cfa2d89952c2a46dd6cd9db57252f55a..d6bff15330e9c8f81cb403f0d9ccbeeabb96d279 100644 (file)
@@ -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