Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/newfs_udf Fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/25252bfc3397
branches:  trunk
changeset: 761240:25252bfc3397
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri Jan 21 22:10:51 2011 +0000

description:
Fix typo in comment

diffstat:

 sbin/newfs_udf/newfs_udf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 312698c99b88 -r 25252bfc3397 sbin/newfs_udf/newfs_udf.c
--- a/sbin/newfs_udf/newfs_udf.c        Fri Jan 21 21:57:16 2011 +0000
+++ b/sbin/newfs_udf/newfs_udf.c        Fri Jan 21 22:10:51 2011 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index