From: Quanah Gibson-Mount Date: Tue, 4 Jan 2011 17:35:34 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: OPENLDAP_REL_ENG_2_4_24~158 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b898f1271db5021e1873e38e1498a99d9450b646;p=openldap Fix typo in comment --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index ec62ff5cf1..3fdf10d73b 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -878,7 +878,7 @@ nextresp2: } /* - * RF 4511 unsolicited (id == 0) responses + * RFC 4511 unsolicited (id == 0) responses * shouldn't necessarily end the connection */ if ( lc != NULL && id != 0 ) {