Module Name: src
Committed By: reinoud
Date: Fri Jan 21 22:10:51 UTC 2011
Modified Files:
src/sbin/newfs_udf: newfs_udf.c
Log Message:
Fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sbin/newfs_udf/newfs_udf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/newfs_udf/newfs_udf.c
diff -u src/sbin/newfs_udf/newfs_udf.c:1.9 src/sbin/newfs_udf/newfs_udf.c:1.10
--- src/sbin/newfs_udf/newfs_udf.c:1.9 Tue Jan 4 23:42:48 2011
+++ src/sbin/newfs_udf/newfs_udf.c Fri Jan 21 22:10:51 2011
@@ -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);