summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ip
diff options
context:
space:
mode:
authorftrvxmtrx <ftrvxmtrx@gmail.com>2013-02-17 12:32:50 +0100
committerftrvxmtrx <ftrvxmtrx@gmail.com>2013-02-17 12:32:50 +0100
commit0f2caad8b65bd8f3af48c1cd927a98bac3f869ad (patch)
tree9f4660ad4e5040eba713ecb6cfce8e33016f27e1 /sys/src/cmd/ip
parentb8990cfbb4f5aede73e01dc1838c1c5c19dc072a (diff)
ftpfs: fix wrong comment
Diffstat (limited to 'sys/src/cmd/ip')
-rw-r--r--sys/src/cmd/ip/ftpfs/proto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/cmd/ip/ftpfs/proto.c b/sys/src/cmd/ip/ftpfs/proto.c
index 60feff6f1..cc8a1d5a5 100644
--- a/sys/src/cmd/ip/ftpfs/proto.c
+++ b/sys/src/cmd/ip/ftpfs/proto.c
@@ -667,7 +667,7 @@ crackdir(char *p, String **remname, int nlst)
case Plan9:
default:
switch(n){
- case 8: /* ls -l */
+ case 8: /* ls -lg */
s = s_copy(field[7]);
d.uid = field[2];
d.gid = d.uid;
@@ -678,7 +678,7 @@ crackdir(char *p, String **remname, int nlst)
else
d.atime = cracktime(field[4], field[5], field[6], 0);
break;
- case 9: /* ls -lg */
+ case 9: /* ls -l */
s = s_copy(field[8]);
d.uid = field[2];
d.gid = field[3];