Skip to content

Commit 3ead2f9

Browse files
cpackham-atlnzjcmvbkbc
authored andcommitted
xtensa: Fix spelling/grammar in comment
Change 'excpetion' to 'exception', 'handeled' to 'handled' and 'the the' to 'the'. Signed-off-by: Chris Packham <[email protected]> Message-Id: <[email protected]> Signed-off-by: Max Filippov <[email protected]>
1 parent 2adf535 commit 3ead2f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/xtensa/kernel/entry.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -959,14 +959,14 @@ ENDPROC(unrecoverable_exception)
959959
* of the proper size instead.
960960
*
961961
* This algorithm simply backs out the register changes started by the user
962-
* excpetion handler, makes it appear that we have started a window underflow
962+
* exception handler, makes it appear that we have started a window underflow
963963
* by rotating the window back and then setting the old window base (OWB) in
964964
* the 'ps' register with the rolled back window base. The 'movsp' instruction
965965
* will be re-executed and this time since the next window frames is in the
966966
* active AR registers it won't cause an exception.
967967
*
968968
* If the WindowUnderflow code gets a TLB miss the page will get mapped
969-
* the the partial windeowUnderflow will be handeled in the double exception
969+
* the partial WindowUnderflow will be handled in the double exception
970970
* handler.
971971
*
972972
* Entry condition:

0 commit comments

Comments
 (0)