powerpc: Correct some typos in source code comments

- s/occured/occurred/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 13:32:13 +02:00
parent f2e13c27bb
commit 01e7018587

View File

@ -167,13 +167,13 @@
/* /*
* FRAME_SETUP assumes: * 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 * savearea r30-r31, DEAR, ESR, xSRR0-1
* r30 CR * r30 CR
* r31 scratch * r31 scratch
* r1 kernel stack * 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 * savearea - temp save
* exc - exception number (EXC_xxx) * exc - exception number (EXC_xxx)
* *