aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:32:13 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:32:13 +0000
commit01e7018587ea33f46527ffdbb7c258bb592f1062 (patch)
tree368f62d87b2e56cb1c2bf816bef5f32d723c0f2c
parentf2e13c27bbd1c2d385a572e97cc19ba122b74986 (diff)
downloadsrc-01e7018587ea33f46527ffdbb7c258bb592f1062.tar.gz
src-01e7018587ea33f46527ffdbb7c258bb592f1062.zip
powerpc: Correct some typos in source code comments
- s/occured/occurred/ MFC after: 3 days
-rw-r--r--sys/powerpc/booke/trap_subr.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/booke/trap_subr.S b/sys/powerpc/booke/trap_subr.S
index 961883bf8043..71b83d8f0763 100644
--- a/sys/powerpc/booke/trap_subr.S
+++ b/sys/powerpc/booke/trap_subr.S
@@ -167,13 +167,13 @@
/*
* FRAME_SETUP assumes:
- * SPRG{1-3} SP at the time interrupt occured
+ * SPRG{1-3} SP at the time interrupt occurred
* savearea r30-r31, DEAR, ESR, xSRR0-1
* r30 CR
* r31 scratch
* r1 kernel stack
*
- * sprg_sp - SPRG reg containing SP at the time interrupt occured
+ * sprg_sp - SPRG reg containing SP at the time interrupt occurred
* savearea - temp save
* exc - exception number (EXC_xxx)
*