cwFile.h : Fix comment.

This commit is contained in:
kevin 2023-06-27 17:11:23 -04:00
parent a7dbec54ee
commit 5b28630b6d

View File

@ -160,7 +160,7 @@ namespace cw
//
// On the first call to this function *bufPtrPtr must be set to nullptr and
// *bufByteCntPtr must be set to 0.
// Following the last call to this function call cmMemPtrFree(bufPtrptr)
// Following the last call to this function call mem::release(bufPtrptr)
// to be sure the line buffer is fully released. Note this step is not
// neccessary if the last call does not return kOkFileRC.
rc_t getLineAuto( handle_t h, char** bufPtrPtr, unsigned* bufByteCntPtr );