diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-20 21:10:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-20 21:10:20 +0000 |
commit | 7b8a178a0c39ced0f1bac13f4d488c7d209cf077 (patch) | |
tree | deb4358e19bb6ece8ee869bfd40ff64070991ce1 /usr.bin/asn1_compile | |
parent | aafbd3e8e2400df670e69fd1f946ea84fc56e9cc (diff) |
typos from Jared Yanovich, slightly ammended;
Diffstat (limited to 'usr.bin/asn1_compile')
-rw-r--r-- | usr.bin/asn1_compile/hash.c | 2 |
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) |