Module Name: src
Committed By: wiz
Date: Tue Aug 16 18:28:41 UTC 2011
Modified Files:
src/distrib/utils/sysinst: disks.c
Log Message:
Improve a comment. For Snader_LB.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/distrib/utils/sysinst/disks.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/disks.c
diff -u src/distrib/utils/sysinst/disks.c:1.114 src/distrib/utils/sysinst/disks.c:1.115
--- src/distrib/utils/sysinst/disks.c:1.114 Tue Aug 16 13:58:21 2011
+++ src/distrib/utils/sysinst/disks.c Tue Aug 16 18:28:41 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: disks.c,v 1.114 2011/08/16 13:58:21 wiz Exp $ */
+/* $NetBSD: disks.c,v 1.115 2011/08/16 18:28:41 wiz Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -832,7 +832,7 @@
ptn += 'a';
if (fsname == NULL)
return 0;
- /* first check fsck program exists, if not assume ok */
+ /* first, check if fsck program exists, if not, assume ok */
asprintf(&prog, "/sbin/fsck_%s", fsname);
if (prog == NULL)
return 0;