Module Name:    src
Committed By:   matt
Date:           Tue May 11 21:08:51 UTC 2010

Modified Files:
        src/sys/arch/sbmips/sbmips [matt-nb5-mips64]: cpu.c

Log Message:
grammar police!


To generate a diff of this commit:
cvs rdiff -u -r1.18.16.7 -r1.18.16.8 src/sys/arch/sbmips/sbmips/cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sbmips/sbmips/cpu.c
diff -u src/sys/arch/sbmips/sbmips/cpu.c:1.18.16.7 src/sys/arch/sbmips/sbmips/cpu.c:1.18.16.8
--- src/sys/arch/sbmips/sbmips/cpu.c:1.18.16.7	Thu Mar 11 22:26:56 2010
+++ src/sys/arch/sbmips/sbmips/cpu.c	Tue May 11 21:08:51 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.18.16.7 2010/03/11 22:26:56 matt Exp $ */
+/* $NetBSD: cpu.c,v 1.18.16.8 2010/05/11 21:08:51 matt Exp $ */
 
 /*
  * Copyright 2000, 2001
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.18.16.7 2010/03/11 22:26:56 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.18.16.8 2010/05/11 21:08:51 matt Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -157,7 +157,7 @@
 			DELAY(100);
 		}
 		if ((cpus_hatched & cpu_mask) == 0) {
-			aprint_error(": failed to hatched!\n");
+			aprint_error(": failed to hatch!\n");
 			return;
 		}
 #else

Reply via email to