diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-10-29 21:43:58 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-10-29 21:43:58 +0000 |
commit | b8e7b4e8c22eb30925ff8c685c485aa1f59df717 (patch) | |
tree | fd1207e3288722c445cd0a855653df93a0909196 /lib/gstr.c | |
parent | 197707eb5a4f3763e0eb6fc2364daf3af93ac93e (diff) | |
download | libtasn1-b8e7b4e8c22eb30925ff8c685c485aa1f59df717.tar.gz libtasn1-b8e7b4e8c22eb30925ff8c685c485aa1f59df717.tar.bz2 libtasn1-b8e7b4e8c22eb30925ff8c685c485aa1f59df717.zip |
Doc fixes, from Martijn Koster <mak@greenhills.co.uk>.
Diffstat (limited to 'lib/gstr.c')
-rw-r--r-- | lib/gstr.c | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -21,7 +21,7 @@ #include <int.h> /* These function are like strcat, strcpy. They only - * do bound checking (they shouldn't cause buffer overruns), + * do bounds checking (they shouldn't cause buffer overruns), * and they always produce null terminated strings. * * They should be used only with null terminated strings. @@ -64,14 +64,3 @@ void _asn1_mem_cpy( char* dest, size_t dest_tot_size, const char* src, size_t sr } } } - - - - - - - - - - - |