Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha Fix typo in error message
details: https://anonhg.NetBSD.org/src/rev/47f6f21c93c9
branches: trunk
changeset: 481946:47f6f21c93c9
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Wed Feb 09 23:25:15 2000 +0000
description:
Fix typo in error message
diffstat:
sys/arch/alpha/alpha/cpu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 75af6976abd6 -r 47f6f21c93c9 sys/arch/alpha/alpha/cpu.c
--- a/sys/arch/alpha/alpha/cpu.c Wed Feb 09 22:41:53 2000 +0000
+++ b/sys/arch/alpha/alpha/cpu.c Wed Feb 09 23:25:15 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.41 1999/12/16 20:17:22 thorpej Exp $ */
+/* $NetBSD: cpu.c,v 1.42 2000/02/09 23:25:15 sommerfeld Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.41 1999/12/16 20:17:22 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.42 2000/02/09 23:25:15 sommerfeld Exp $");
#include "opt_multiprocessor.h"
@@ -312,7 +312,7 @@
&mlist, 1, 1);
if (error != 0) {
if (ma->ma_slot == hwrpb->rpb_primary_cpu_id) {
- panic("cpu_attach: unable to alloate idle stack for"
+ panic("cpu_attach: unable to allocate idle stack for"
" primary");
}
printf("%s: unable to allocate idle stack\n", dev->dv_xname);
Home |
Main Index |
Thread Index |
Old Index