diff --git a/sys/powerpc/booke/trap_subr.S b/sys/powerpc/booke/trap_subr.S index 961883bf804..71b83d8f076 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) *