Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3019/ntfsprogs
Modified Files:
mkntfs.c
Log Message:
a few typos
Index: mkntfs.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/mkntfs.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -p -r1.85 -r1.86
--- mkntfs.c 1 Nov 2005 21:09:52 -0000 1.85
+++ mkntfs.c 2 Nov 2005 18:06:49 -0000 1.86
@@ -1448,7 +1448,7 @@ static int mkntfs_attr_find(const ATTR_T
* If @type is AT_END, seek to the end of the base mft record ignoring the
* attribute list completely and return -1 with errno set to ENOENT. AT_END is
* not a valid attribute, its length is zero for example, thus it is safer to
- * return error instead of success in this case. It should never ne needed to
+ * return error instead of success in this case. It should never be needed to
* do this, but we implement the functionality because it allows for simpler
* code inside ntfs_external_attr_find().
*
|