From e2d245e6982373598b0f617bf53791a521d9447d Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 23 Oct 2002 02:45:44 +0000 Subject: [PATCH] Fix comment garbled in 2.1.6. (Very weird, how did this happen?) --- libraries/libldap/schema.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/libldap/schema.c b/libraries/libldap/schema.c index 2cfe8d46d1..f109eed564 100644 --- a/libraries/libldap/schema.c +++ b/libraries/libldap/schema.c @@ -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 { -- 2.39.5