From ab8f66680584cabba56ab7af696818dfa8e2a8e6 Mon Sep 17 00:00:00 2001 From: oehhar Date: Sun, 15 Oct 2023 11:25:34 +0000 Subject: Comment correction --- generic/tclZipfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/tclZipfs.c b/generic/tclZipfs.c index 4e38b09..d08767b 100644 --- a/generic/tclZipfs.c +++ b/generic/tclZipfs.c @@ -1936,7 +1936,7 @@ ZipFSCatalogFilesystem( } zf->passBuf[k] = '\0'; } - /* TODO - is this test necessary? WHen will mountPoint[0] be \0 ? */ + /* TODO - is this test necessary? When will mountPoint[0] be \0 ? */ if (mountPoint[0] != '\0') { hPtr = Tcl_CreateHashEntry(&ZipFS.fileHash, mountPoint, &isNew); if (isNew) { -- cgit v0.12