1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Fix typo in a comment.

This commit is contained in:
Dmitrij Tejblum 1998-06-09 13:20:29 +00:00
parent a58f0f8e66
commit ffbdd68eba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36811
2 changed files with 4 additions and 4 deletions

View File

@ -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.
*

View File

@ -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.
*