]> git.sur5r.net Git - openldap/commitdiff
fix typo in comment in ldbm_back_close
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 4 Apr 1999 21:39:24 +0000 (21:39 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 4 Apr 1999 21:39:24 +0000 (21:39 +0000)
servers/slapd/back-ldbm/init.c

index 579f9ddacfb466f22d77de81d93ac628ef4f0726..8c46a6510dcddc76fe39f575c8b0ab577c19387e 100644 (file)
@@ -69,7 +69,7 @@ ldbm_back_close(
     BackendInfo        *bi
 )
 {
-       /* initialize the underlying database system */
+       /* terminate the underlying database system */
        ldbm_shutdown();
 
        return 0;