fix typos in comments
authorKen Raeburn <raeburn@mit.edu>
Fri, 22 Oct 1999 22:32:24 +0000 (22:32 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 22 Oct 1999 22:32:24 +0000 (22:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11874 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/asn1buf.h

index bf2f252a37e867f7208afb980bb2f355fc2d6d4d..b1da42f7db375bebec9f4ea5f8bebbc8cc479f70 100644 (file)
@@ -170,14 +170,14 @@ asn1_error_code asn1buf_insert_charstring
    modifies  *buf
    effects   Inserts the contents of s (a character array of length len)
               into the buffer *buf, expanding the buffer if necessary.
-            Returns ENOMEM if memory is exhuasted. */
+            Returns ENOMEM if memory is exhausted. */
 
 asn1_error_code asn1buf_remove_octet
        PROTOTYPE((asn1buf *buf, asn1_octet *o));
 /* requires  *buf is allocated
    effects   Returns *buf's current octet in *o and advances to
               the next octet.
-            Returns ASN1_OVERRUN if *buf has already been exhuasted. */
+            Returns ASN1_OVERRUN if *buf has already been exhausted. */
 #define asn1buf_remove_octet(buf,o) \
   (((buf)->next > (buf)->bound) \
    ? ASN1_OVERRUN \