aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_msdosfs
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2020-01-11 04:02:40 +0000
committerXin LI <delphij@FreeBSD.org>2020-01-11 04:02:40 +0000
commit727d995c7d7b98aad8a5decdfab1c495719f8592 (patch)
tree910f0c621d8cc0f338f2ab53421ca0de7f9844ee /sbin/fsck_msdosfs
parented0879d94420e960e137a683a4f2758d52ed3196 (diff)
Apply typo fix from NetBSD, we have already applied all NetBSD changes so
update the NetBSD tag while I'm there. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=356629
Diffstat (limited to 'sbin/fsck_msdosfs')
-rw-r--r--sbin/fsck_msdosfs/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_msdosfs/boot.c b/sbin/fsck_msdosfs/boot.c
index 5f5fb24b1170..ff76ac34919d 100644
--- a/sbin/fsck_msdosfs/boot.c
+++ b/sbin/fsck_msdosfs/boot.c
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: boot.c,v 1.11 2006/06/05 16:51:18 christos Exp ");
+__RCSID("$NetBSD: boot.c,v 1.21 2018/02/08 09:05:17 dholland Exp $");
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
@@ -356,7 +356,7 @@ writefsinfo(int dosfs, struct bootblock *boot)
* support for FAT32) doesn't maintain the FSINFO block
* correctly, it has to be fixed pretty often.
*
- * Therefor, we handle the FSINFO block only informally,
+ * Therefore, we handle the FSINFO block only informally,
* fixing it if necessary, but otherwise ignoring the
* fact that it was incorrect.
*/