From 433177541301eb806a17000574ec921e9dcb7aa6 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 11 Oct 2000 19:14:53 +0000 Subject: [PATCH] changed comment --- src/libCom/dbmf/dbmf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/dbmf/dbmf.h b/src/libCom/dbmf/dbmf.h index 4d17ae0b7..6c52d347c 100644 --- a/src/libCom/dbmf/dbmf.h +++ b/src/libCom/dbmf/dbmf.h @@ -18,7 +18,7 @@ epicsShareFunc int epicsShareAPI dbmfShow(int level); /* Rules: * 1) Size is always made a multiple of 8. * 2) if dbmfInit is not called before one of the other routines then it - * is automatically called with size=64 and initial_items=10 + * is automatically called with size=64 and chunkItems=10 * 3) These routines should only be used to allocate storage that will * shortly thereafter be freed. * 4) dbmfFreeChunks can only free chunks that contain only free items