fix typo in comment in ldbm_back_close

This commit is contained in:
Hallvard Furuseth 1999-04-04 21:39:24 +00:00
parent 2b32e6afd7
commit 47f9f7e79d

View File

@ -69,7 +69,7 @@ ldbm_back_close(
BackendInfo *bi
)
{
/* initialize the underlying database system */
/* terminate the underlying database system */
ldbm_shutdown();
return 0;