Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/alchemy Add an obviously missing double-quote.
details: https://anonhg.NetBSD.org/src/rev/aa0857f90b18
branches: trunk
changeset: 586781:aa0857f90b18
user: he <he%NetBSD.org@localhost>
date: Sun Jan 01 15:05:32 2006 +0000
description:
Add an obviously missing double-quote.
diffstat:
sys/arch/evbmips/alchemy/machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f70ddcea4511 -r aa0857f90b18 sys/arch/evbmips/alchemy/machdep.c
--- a/sys/arch/evbmips/alchemy/machdep.c Sun Jan 01 14:24:33 2006 +0000
+++ b/sys/arch/evbmips/alchemy/machdep.c Sun Jan 01 15:05:32 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.21 2005/12/24 22:45:34 perry Exp $ */
+/* $NetBSD: machdep.c,v 1.22 2006/01/01 15:05:32 he Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.21 2005/12/24 22:45:34 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.22 2006/01/01 15:05:32 he Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -234,7 +234,7 @@
if (aucomcnrate == 0) {
panic("pb1000: The `modetty0' YAMON variable not set. "
"Either set it to the speed of the console and try again, "
- or build a kernel with the `CONSPEED' option.");
+ "or build a kernel with the `CONSPEED' option.");
}
#endif /* CONSPEED */
Home |
Main Index |
Thread Index |
Old Index