summaryrefslogtreecommitdiff
path: root/lib/gstr.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-29 21:43:58 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-29 21:43:58 +0000
commitb8e7b4e8c22eb30925ff8c685c485aa1f59df717 (patch)
treefd1207e3288722c445cd0a855653df93a0909196 /lib/gstr.c
parent197707eb5a4f3763e0eb6fc2364daf3af93ac93e (diff)
downloadlibtasn1-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.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/gstr.c b/lib/gstr.c
index d8c83a1..918ab4d 100644
--- a/lib/gstr.c
+++ b/lib/gstr.c
@@ -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
}
}
}
-
-
-
-
-
-
-
-
-
-
-