summaryrefslogtreecommitdiffstats
path: root/generic/tclZipfs.c
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2023-10-15 11:25:34 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2023-10-15 11:25:34 (GMT)
commitab8f66680584cabba56ab7af696818dfa8e2a8e6 (patch)
tree8cb51883ef3f6a7d74e54cee8c4f3860110b10f1 /generic/tclZipfs.c
parentde376d43609bce9c90b9187706a93016fd171c95 (diff)
downloadtcl-ab8f66680584cabba56ab7af696818dfa8e2a8e6.zip
tcl-ab8f66680584cabba56ab7af696818dfa8e2a8e6.tar.gz
tcl-ab8f66680584cabba56ab7af696818dfa8e2a8e6.tar.bz2
Comment correction
Diffstat (limited to 'generic/tclZipfs.c')
-rw-r--r--generic/tclZipfs.c2
1 files changed, 1 insertions, 1 deletions
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) {