From f8a7ee4a7ecf8d9ab6a94a62ceac9fef966d9cb6 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Thu, 26 Dec 2002 20:36:52 +0000 Subject: [PATCH] Typos. (Logical change 1.58) --- ntfsprogs/mkntfs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ntfsprogs/mkntfs.c b/ntfsprogs/mkntfs.c index a016bde9..f7fa7a14 100644 --- a/ntfsprogs/mkntfs.c +++ b/ntfsprogs/mkntfs.c @@ -2,7 +2,7 @@ * mkntfs - Part of the Linux-NTFS project. * * Copyright (c) 2000-2002 Anton Altaparmakov - * Copyright (C) 2001-2002 Richard Russon + * Copyright (c) 2001-2002 Richard Russon * * This utility will create an NTFS 1.2 (Windows NT 4.0) volume on a user * specified (block) device. @@ -163,7 +163,7 @@ struct { ATTR_DEF *attr_defs; /* filename, attribute defs. */ int attr_defs_len; /* in bytes */ uchar_t *upcase; /* filename, upcase table. */ - u32 upcase_len; /* Determined automatically. */ + u32 upcase_len; /* Determined automatically. */ char quiet; /* -q, quiet execution. */ char verbose; /* -v, verbose execution, given twice, * really verbose execution (debug @@ -175,7 +175,7 @@ struct { on the volume by default. */ char disable_indexing; /* -I, disables indexing of file contents on the volume by default. */ - /* -V, print version and exit. */ + /* -V, print version and exit. */ } opt; /* Error output. Ignores quiet (-q). */