All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] openrisc: Fix typo in exception comment
@ 2026-06-14 19:57 syncrain
  0 siblings, 0 replies; only message in thread
From: syncrain @ 2026-06-14 19:57 UTC (permalink / raw)
  To: jonas, stefan.kristiansson, shorne; +Cc: linux-openrisc, linux-kernel, syncrain

Fix a typo in a comment describing exception register state.

Signed-off-by: syncrain <iganschel@gmail.com>
---
 arch/openrisc/kernel/entry.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/openrisc/kernel/entry.S b/arch/openrisc/kernel/entry.S
index c7e90b09645e..24993c35ee68 100644
--- a/arch/openrisc/kernel/entry.S
+++ b/arch/openrisc/kernel/entry.S
@@ -231,7 +231,7 @@ handler:							;\
 /*
  * NOTE: one should never assume that SPR_EPC, SPR_ESR, SPR_EEAR
  *       contain the same values as when exception we're handling
- *	 occured. in fact they never do. if you need them use
+ *	 occurred. in fact they never do. if you need them use
  *	 values saved on stack (for SPR_EPC, SPR_ESR) or content
  *       of r4 (for SPR_EEAR). for details look at EXCEPTION_HANDLE()
  *       in 'arch/openrisc/kernel/head.S'
-- 
2.39.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-14 19:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-14 19:57 [PATCH] openrisc: Fix typo in exception comment syncrain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.