diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2006-08-17 22:22:09 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2006-08-17 22:22:09 +0000 |
commit | afe8a3b9822d0bdcefc78a794a01df564c9e4665 (patch) | |
tree | 9da218c5b0ec748274a15f0c846f3a6452d6054d /sys | |
parent | b65d494b6c2138b43f148a3498209554ea2f6a5c (diff) |
fix tyop.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/alpha/cpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/cpu.c b/sys/arch/alpha/alpha/cpu.c index b774ec93758..835d2e6519f 100644 --- a/sys/arch/alpha/alpha/cpu.c +++ b/sys/arch/alpha/alpha/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.20 2006/08/13 13:38:17 mk Exp $ */ +/* $OpenBSD: cpu.c,v 1.21 2006/08/17 22:22:08 mk Exp $ */ /* $NetBSD: cpu.c,v 1.44 2000/05/23 05:12:53 thorpej Exp $ */ /*- @@ -183,7 +183,7 @@ struct cputable_struct { * * Right before calling uvm_scheduler(), main() calls, on proc0's * context, cpu_boot_secondary_processors(). This is our key to - * actually spin up the additional processor's we've found. We + * actually spin up the additional processors we've found. We * run through our cpu_info[] array looking for secondary processors * with idle PCBs, and spin them up. * |