Module Name: src
Committed By: riz
Date: Sun Jan 1 23:26:22 UTC 2012
Modified Files:
src/distrib/utils/sysinst: util.c
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 src/distrib/utils/sysinst/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/sysinst/util.c
diff -u src/distrib/utils/sysinst/util.c:1.170 src/distrib/utils/sysinst/util.c:1.171
--- src/distrib/utils/sysinst/util.c:1.170 Mon Oct 17 16:35:22 2011
+++ src/distrib/utils/sysinst/util.c Sun Jan 1 23:26:22 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: util.c,v 1.170 2011/10/17 16:35:22 mbalmer Exp $ */
+/* $NetBSD: util.c,v 1.171 2012/01/01 23:26:22 riz Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -872,7 +872,7 @@ extract_file(distinfo *dist, int update)
#ifdef SUPPORT_8_3_SOURCE_FILESYSTEM
/*
- * Update path to use dist->name tuncated to the first eight
+ * Update path to use dist->name truncated to the first eight
* characters and check again
*/
(void)snprintf(path, sizeof path, "%s/%.8s%.4s", /* 4 as includes '.' */