]> git.sur5r.net Git - openldap/commitdiff
fix a comment
authorJong Hyuk Choi <jongchoi@openldap.org>
Mon, 23 Jun 2003 14:10:18 +0000 (14:10 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Mon, 23 Jun 2003 14:10:18 +0000 (14:10 +0000)
libraries/libldap/search.c

index 56c45c2eed17cd222a1c3726a93c5ea5e1024941..8f53c684d02b9da809a52a369240957009410cc1 100644 (file)
@@ -77,7 +77,7 @@ ldap_search_ext(
 
        /*
         * if timeout is provided, both tv_sec and tv_usec must
-        * be non-zero
+        * not be zero
         */
        if( timeout != NULL ) {
                if( timeout->tv_sec == 0 && timeout->tv_usec == 0 ) {