From f8cf79a7763bf6d1c25cdfe791a474c9ca192ca0 Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 16 May 2023 09:11:19 -0400 Subject: [PATCH] cwFileSys.h : Fixed comments on makeFn(). --- cwFileSys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwFileSys.h b/cwFileSys.h index 30be347..411e9a4 100644 --- a/cwFileSys.h +++ b/cwFileSys.h @@ -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().