diff options
author | dt <dt@FreeBSD.org> | 1998-06-09 13:20:29 +0000 |
---|---|---|
committer | dt <dt@FreeBSD.org> | 1998-06-09 13:20:29 +0000 |
commit | 043f2beb05c1a1cf54217d27001ebce4edd2b340 (patch) | |
tree | 47f9e25cba1535a9ea505d7c5c411eddcf9bfb95 /sys/msdosfs | |
parent | 3c3eaf50d599bbe9a5ff04391d003a7b1c5c5498 (diff) | |
download | FreeBSD-src-043f2beb05c1a1cf54217d27001ebce4edd2b340.zip FreeBSD-src-043f2beb05c1a1cf54217d27001ebce4edd2b340.tar.gz |
Fix typo in a comment.
Diffstat (limited to 'sys/msdosfs')
-rw-r--r-- | sys/msdosfs/msdosfs_vnops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/msdosfs/msdosfs_vnops.c b/sys/msdosfs/msdosfs_vnops.c index 3b955ea..d74bb6f 100644 --- a/sys/msdosfs/msdosfs_vnops.c +++ b/sys/msdosfs/msdosfs_vnops.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_vnops.c,v 1.68 1998/05/07 04:58:42 msmith Exp $ */ +/* $Id: msdosfs_vnops.c,v 1.69 1998/05/17 21:03:35 dt Exp $ */ /* $NetBSD: msdosfs_vnops.c,v 1.68 1998/02/10 14:10:04 mrg Exp $ */ /*- @@ -433,7 +433,7 @@ msdosfs_setattr(ap) return (error); /* * We are very inconsistent about handling unsupported - * attributes. We ignored the the access time and the + * attributes. We ignored the access time and the * read and execute bits. We were strict for the other * attributes. * |