svn commit: r232343 - stable/9/sbin/mount_ntfs
Jaakko Heinonen
jh at FreeBSD.org
Thu Mar 1 15:51:20 UTC 2012
Author: jh
Date: Thu Mar 1 15:51:19 2012
New Revision: 232343
URL: http://svn.freebsd.org/changeset/base/232343
Log:
MFC r230642: Remove trailing whitespace.
Modified:
stable/9/sbin/mount_ntfs/mount_ntfs.c
Directory Properties:
stable/9/sbin/mount_ntfs/ (props changed)
Modified: stable/9/sbin/mount_ntfs/mount_ntfs.c
==============================================================================
--- stable/9/sbin/mount_ntfs/mount_ntfs.c Thu Mar 1 15:09:41 2012 (r232342)
+++ stable/9/sbin/mount_ntfs/mount_ntfs.c Thu Mar 1 15:51:19 2012 (r232343)
@@ -160,7 +160,7 @@ main(int argc, char *argv[])
}
/*
- * Resolve the mountpoint with realpath(3) and remove unnecessary
+ * Resolve the mountpoint with realpath(3) and remove unnecessary
* slashes from the devicename if there are any.
*/
(void)checkpath(dir, mntpath);
More information about the svn-src-stable-9
mailing list