aboutsummaryrefslogtreecommitdiff
path: root/slof/entry.S
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-02-22 16:40:57 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-02-28 16:21:38 +1100
commit6fdb5a49335f7d179042bfbca34944d705bdde3b (patch)
tree8e30c136dcf2cd6070393315c5643b7491e2b36c /slof/entry.S
parent9604efb1832de13b51f93ad0a3581f9ed6dc04b5 (diff)
downloadSLOF-6fdb5a49335f7d179042bfbca34944d705bdde3b.zip
SLOF-6fdb5a49335f7d179042bfbca34944d705bdde3b.tar.gz
SLOF-6fdb5a49335f7d179042bfbca34944d705bdde3b.tar.bz2
Fix typos in the slof folder
Found with the "codespell" utility. I kept "busses" which codespell also complains about since it seems to be an old but still valid plural of the word "bus". Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Segher Boessenkool <segher@kernel.crashing.org> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'slof/entry.S')
-rw-r--r--slof/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/slof/entry.S b/slof/entry.S
index 5372de3..77fae8f 100644
--- a/slof/entry.S
+++ b/slof/entry.S
@@ -30,7 +30,7 @@ eregs:
* defined in $(TARG).c
* the_exception_frame can be accessed from paflof through
* the word eregs
- * in the case an excpetion is handled paflof will read
+ * in the case an exception is handled paflof will read
* from eregs the values of all registers and print them
* out in the exception handler */
.quad the_exception_frame