Fri Jan 21 22:10:51 2011 UTC ()
Fix typo in comment


(reinoud)
diff -r1.9 -r1.10 src/sbin/newfs_udf/newfs_udf.c

cvs diff -r1.9 -r1.10 src/sbin/newfs_udf/newfs_udf.c (expand / switch to context diff)
--- src/sbin/newfs_udf/newfs_udf.c 2011/01/04 23:42:48 1.9
+++ src/sbin/newfs_udf/newfs_udf.c 2011/01/21 22:10:51 1.10
@@ -1,4 +1,4 @@
-/* $NetBSD: newfs_udf.c,v 1.9 2011/01/04 23:42:48 wiz Exp $ */
+/* $NetBSD: newfs_udf.c,v 1.10 2011/01/21 22:10:51 reinoud Exp $ */
 
 /*
  * Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -1549,7 +1549,7 @@
 		return EXIT_FAILURE;
 	}
 
-	/* Formatting can only be done on raw devices */
+	/* formatting can only be done on raw devices */
 	if (!S_ISCHR(st.st_mode)) {
 		printf("%s is not a raw device\n", dev);
 		close(fd);