mirror of
https://github.com/curl/curl.git
synced 2026-07-16 02:07:16 +03:00
strcopy: minor comment edit to avoid matching a grep for strcpy use
This commit is contained in:
parent
6842d4ec4d
commit
5c0cdd26d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue