Module Name:    src
Committed By:   joerg
Date:           Thu Sep 18 23:37:51 UTC 2014

Modified Files:
        src/sys/arch/powerpc/booke: trap_subr.S

Log Message:
Typo


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/powerpc/booke/trap_subr.S

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/powerpc/booke/trap_subr.S
diff -u src/sys/arch/powerpc/booke/trap_subr.S:1.10 src/sys/arch/powerpc/booke/trap_subr.S:1.11
--- src/sys/arch/powerpc/booke/trap_subr.S:1.10	Thu Jul 31 01:04:00 2014
+++ src/sys/arch/powerpc/booke/trap_subr.S	Thu Sep 18 23:37:51 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: trap_subr.S,v 1.10 2014/07/31 01:04:00 matt Exp $	*/
+/*	$NetBSD: trap_subr.S,v 1.11 2014/09/18 23:37:51 joerg Exp $	*/
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -34,14 +34,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-RCSID("$NetBSD: trap_subr.S,v 1.10 2014/07/31 01:04:00 matt Exp $")
+RCSID("$NetBSD: trap_subr.S,v 1.11 2014/09/18 23:37:51 joerg Exp $")
 
 	.globl	_C_LABEL(sctrapexit), _C_LABEL(trapexit), _C_LABEL(intrcall)
 
 	/*
 	 * We have a problem with critical (MSR[CE] or machine check (MSR[ME])
 	 * or debug (MSR[DE]) interrupts/exception in that they could happen
-	 * inbewtween the mtsprg1 %r2 and mfsprg1 %r2.  If that happens, %r2
+	 * inbetween the mtsprg1 %r2 and mfsprg1 %r2.  If that happens, %r2
 	 * will be lost.  Even if we moved to a different sprg, subsequent
 	 * expceptions would use SPRG1 and its value would be lost.  The only
 	 * way to be safe for CE/ME/DE faults to save and restore SPRG1.

Reply via email to