cwFileSys.h : Fixed comments on makeFn().

This commit is contained in:
kevin 2023-05-16 09:11:19 -04:00
parent 2724b32fc2
commit f8cf79a776

View File

@ -17,7 +17,7 @@ namespace cw
// Create a file name by concatenating sub-strings.
//
// Variable arg's. entries are directories inserted between
// 'dirPrefixStr' and the file name.
// 'dir' and the 'fn'.
// Terminate var arg's directory list with a nullptr.
//
// The returned string must be released by a call to mem::release() or mem::free().