From: Ken Raeburn Date: Fri, 22 Oct 1999 22:32:24 +0000 (+0000) Subject: fix typos in comments X-Git-Tag: krb5-1.2-beta1~206 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0d3c166cf0c0bb53f84cb3e5be1582361cdab521;p=krb5.git fix typos in comments git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11874 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/asn.1/asn1buf.h b/src/lib/krb5/asn.1/asn1buf.h index bf2f252a3..b1da42f7d 100644 --- a/src/lib/krb5/asn.1/asn1buf.h +++ b/src/lib/krb5/asn.1/asn1buf.h @@ -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 \