Module Name: src
Committed By: mbalmer
Date: Sun Nov 22 18:43:28 UTC 2009
Modified Files:
src/usr.sbin/makefs/cd9660: cd9660_write.c
Log Message:
make sense
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/makefs/cd9660/cd9660_write.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/makefs/cd9660/cd9660_write.c
diff -u src/usr.sbin/makefs/cd9660/cd9660_write.c:1.11 src/usr.sbin/makefs/cd9660/cd9660_write.c:1.12
--- src/usr.sbin/makefs/cd9660/cd9660_write.c:1.11 Sun Nov 22 18:40:27 2009
+++ src/usr.sbin/makefs/cd9660/cd9660_write.c Sun Nov 22 18:43:27 2009
@@ -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)