]> git.sur5r.net Git - openldap/commitdiff
Fix comment garbled in 2.1.6. (Very weird, how did this happen?)
authorHoward Chu <hyc@openldap.org>
Wed, 23 Oct 2002 02:45:44 +0000 (02:45 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 23 Oct 2002 02:45:44 +0000 (02:45 +0000)
libraries/libldap/schema.c

index 2cfe8d46d11c1b2c9088b3f34eaceb90a9a07a20..f109eed56482be71663501176e96d31d8428ba97 100644 (file)
@@ -77,9 +77,9 @@ ldap_structurerule2name( LDAPStructureRule * sr )
 /*
  * When pretty printing the entities we will be appending to a buffer.
  * Since checking for overflow, realloc'ing and checking if no error
- * is extremely boring, we error until the end.  This layer is
- * implemented with the he will use a protection layer that will let
- * us blissfully ignore thlp of the next type.
+ * is extremely boring, we will use a protection layer that will let
+ * us blissfully ignore the error until the end.  This layer is
+ * implemented with the help of the next type.
  */
 
 typedef struct safe_string {