Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makefs/cd9660 make sense



details:   https://anonhg.NetBSD.org/src/rev/a841505a3172
branches:  trunk
changeset: 749240:a841505a3172
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sun Nov 22 18:43:27 2009 +0000

description:
make sense

diffstat:

 usr.sbin/makefs/cd9660/cd9660_write.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b2c4073910c2 -r a841505a3172 usr.sbin/makefs/cd9660/cd9660_write.c
--- a/usr.sbin/makefs/cd9660/cd9660_write.c     Sun Nov 22 18:40:26 2009 +0000
+++ b/usr.sbin/makefs/cd9660/cd9660_write.c     Sun Nov 22 18:43:27 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cd9660_write.c,v 1.11 2009/11/22 18:40:27 mbalmer Exp $        */
+/*     $NetBSD: cd9660_write.c,v 1.12 2009/11/22 18:43:27 mbalmer Exp $        */
 
 /*
  * Copyright (c) 2005 Daniel Watt, Walter Deignan, Ryan Gabrys, Alan
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: cd9660_write.c,v 1.11 2009/11/22 18:40:27 mbalmer Exp $");
+__RCSID("$NetBSD: cd9660_write.c,v 1.12 2009/11/22 18:43:27 mbalmer Exp $");
 #endif  /* !__lint */
 
 static int cd9660_write_volume_descriptors(FILE *);
@@ -502,7 +502,7 @@
        }
 
        /*
-        * If we had to go the continuation area, head back to
+        * If we had to go to the continuation area, head back to
         * where we should be.
         */
        if (in_ca)



Home | Main Index | Thread Index | Old Index