summaryrefslogtreecommitdiffstats
path: root/generic/tclZipfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclZipfs.c')
-rw-r--r--generic/tclZipfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclZipfs.c b/generic/tclZipfs.c
index 69c1421..0e14784 100644
--- a/generic/tclZipfs.c
+++ b/generic/tclZipfs.c
@@ -1118,7 +1118,7 @@ ContainsMountPoint (const char *path, int pathLen)
ZipFile *zf = (ZipFile *) Tcl_GetHashValue(hPtr);
if (zf->mountPointLen == 0) {
- /*
+ /*
* Enumerate the contents of the ZIP; it's mounted on the root.
* TODO - a holdover from androwish? Tcl does not allow mounting
* outside of the //zipfs:/ area.
@@ -5528,7 +5528,7 @@ ZipFSPathInFilesystemProc(
}
path = TclGetStringFromObj(pathPtr, &len);
/*
- * TODO - why not make ZIPFS_VOLUME both necessary AND sufficient?
+ * TODO - why not make ZIPFS_VOLUME both necessary AND sufficient?
* Currently we only claim ownership if there is a matching mount.
*/
if (strncmp(path, ZIPFS_VOLUME, ZIPFS_VOLUME_LEN) != 0) {
@@ -5560,7 +5560,7 @@ ZipFSPathInFilesystemProc(
ZipFile *zf = (ZipFile *) Tcl_GetHashValue(hPtr);
if (zf->mountPointLen == 0) {
- /*
+ /*
* Mounted on the root (/)
* TODO - a holdover from androwish? Tcl does not allow mounting
* outside of the //zipfs:/ area.