strcopy: minor comment edit to avoid matching a grep for strcpy use

This commit is contained in:
Daniel Stenberg 2025-12-27 23:25:13 +01:00
parent 6842d4ec4d
commit 5c0cdd26d6
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View 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