]> git.sur5r.net Git - openldap/commitdiff
Fix typo in comment
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 4 Jan 2011 17:35:34 +0000 (17:35 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 4 Jan 2011 17:35:34 +0000 (17:35 +0000)
libraries/libldap/result.c

index ec62ff5cf174d618de6faeef1e1fe637bb08618b..3fdf10d73b5e222e39556f9d6942285e5a816d4a 100644 (file)
@@ -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 ) {