From ffbdd68eba3801a73f1af281257b3e0c3cc5df7f Mon Sep 17 00:00:00 2001
From: Dmitrij Tejblum
Date: Tue, 9 Jun 1998 13:20:29 +0000
Subject: [PATCH] Fix typo in a comment.
---
sys/fs/msdosfs/msdosfs_vnops.c | 4 ++--
sys/msdosfs/msdosfs_vnops.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys/fs/msdosfs/msdosfs_vnops.c b/sys/fs/msdosfs/msdosfs_vnops.c
index 3b955eab068..d74bb6fbb08 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.
*
diff --git a/sys/msdosfs/msdosfs_vnops.c b/sys/msdosfs/msdosfs_vnops.c
index 3b955eab068..d74bb6fbb08 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.
*