Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst Improve a comment. For Snader_LB.
details: https://anonhg.NetBSD.org/src/rev/1e0b43f561a3
branches: trunk
changeset: 768436:1e0b43f561a3
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Aug 16 18:28:41 2011 +0000
description:
Improve a comment. For Snader_LB.
diffstat:
distrib/utils/sysinst/disks.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 90e12a991120 -r 1e0b43f561a3 distrib/utils/sysinst/disks.c
--- a/distrib/utils/sysinst/disks.c Tue Aug 16 16:45:20 2011 +0000
+++ b/distrib/utils/sysinst/disks.c Tue Aug 16 18:28:41 2011 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index