X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstring.h;h=e7e69216de1b6ca3fe021ed8d40a3eab98ddd735;hb=df52df19b4116c77db72f8d45fab95fdf765fe97;hp=d28e18e6d2540e5d04d9cb1d86003b2d2cf5e90f;hpb=4276cfd3b83f99e5c10c60bca9bd05a823eae803;p=pdclib.old diff --git a/includes/string.h b/includes/string.h index d28e18e..e7e6921 100644 --- a/includes/string.h +++ b/includes/string.h @@ -202,7 +202,7 @@ int strncmp( const char * src_1, const char * src_2, size_t n ); char * strncpy( char * restrict dest, const char * restrict src, size_t n ); /** STRing SPaN. Compares two C strings, determining the length of the - * substring where both strings are equal. + * substring containing only characters from the second string. * @param src_1 The first string to be compared. * @param src_2 The second string to be compared. * @return The length of the identical substring.