summaryrefslogtreecommitdiff
path: root/usr.bin/asn1_compile
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-20 21:10:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-20 21:10:20 +0000
commit7b8a178a0c39ced0f1bac13f4d488c7d209cf077 (patch)
treedeb4358e19bb6ece8ee869bfd40ff64070991ce1 /usr.bin/asn1_compile
parentaafbd3e8e2400df670e69fd1f946ea84fc56e9cc (diff)
typos from Jared Yanovich, slightly ammended;
Diffstat (limited to 'usr.bin/asn1_compile')
-rw-r--r--usr.bin/asn1_compile/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/asn1_compile/hash.c b/usr.bin/asn1_compile/hash.c
index 4616d947a71..80ad0f6f66a 100644
--- a/usr.bin/asn1_compile/hash.c
+++ b/usr.bin/asn1_compile/hash.c
@@ -98,7 +98,7 @@ hashtabsearch(Hashtab * htab, void *ptr)
/* add element to hash table */
/* if already there, set new value */
-/* !NULL if succesful */
+/* !NULL if successful */
void *
hashtabadd(Hashtab * htab, void *ptr)