summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authordt <dt@FreeBSD.org>1998-06-09 13:20:29 +0000
committerdt <dt@FreeBSD.org>1998-06-09 13:20:29 +0000
commit043f2beb05c1a1cf54217d27001ebce4edd2b340 (patch)
tree47f9e25cba1535a9ea505d7c5c411eddcf9bfb95 /sys/fs
parent3c3eaf50d599bbe9a5ff04391d003a7b1c5c5498 (diff)
downloadFreeBSD-src-043f2beb05c1a1cf54217d27001ebce4edd2b340.zip
FreeBSD-src-043f2beb05c1a1cf54217d27001ebce4edd2b340.tar.gz
Fix typo in a comment.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/msdosfs/msdosfs_vnops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/msdosfs/msdosfs_vnops.c b/sys/fs/msdosfs/msdosfs_vnops.c
index 3b955ea..d74bb6f 100644
--- a/sys/fs/msdosfs/msdosfs_vnops.c
+++ b/sys/fs/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.
*
OpenPOWER on IntegriCloud