Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst/arch/i386 typo in comment.
details: https://anonhg.NetBSD.org/src/rev/c392b3c88ac4
branches: trunk
changeset: 534433:c392b3c88ac4
user: grant <grant%NetBSD.org@localhost>
date: Fri Jul 26 00:42:04 2002 +0000
description:
typo in comment.
diffstat:
distrib/utils/sysinst/arch/i386/md.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f50d70a237b2 -r c392b3c88ac4 distrib/utils/sysinst/arch/i386/md.c
--- a/distrib/utils/sysinst/arch/i386/md.c Fri Jul 26 00:11:29 2002 +0000
+++ b/distrib/utils/sysinst/arch/i386/md.c Fri Jul 26 00:42:04 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.61 2002/07/25 14:31:10 grant Exp $ */
+/* $NetBSD: md.c,v 1.62 2002/07/26 00:42:04 grant Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -291,7 +291,7 @@
case 2: /* standard X: a root, b swap (big), c/d "unused", e /usr */
partstart = ptstart;
- /* check that we have enouth space */
+ /* check that we have enough space */
i = NUMSEC(20+2*rammb, MEG/sectorsize, dlcylsize);
i += NUMSEC(layoutkind * 2 * (rammb < 16 ? 16 : rammb),
MEG/sectorsize, dlcylsize);
Home |
Main Index |
Thread Index |
Old Index