aboutsummaryrefslogtreecommitdiff
path: root/rtas/rtas_call.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-03-06 13:49:27 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-03-28 18:53:23 +1100
commitadc561044f17d21c4d164cbe07068a3851450f8f (patch)
tree0074618444d341247e5e7350d830975c672d45b0 /rtas/rtas_call.c
parente8124ca96e34f702fbbf60925461a5f9857b46a1 (diff)
downloadSLOF-adc561044f17d21c4d164cbe07068a3851450f8f.zip
SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.tar.gz
SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.tar.bz2
Fix remaining typos in various folders
Found with the "codespell" utility Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'rtas/rtas_call.c')
-rw-r--r--rtas/rtas_call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtas/rtas_call.c b/rtas/rtas_call.c
index 8c7532c..61671d4 100644
--- a/rtas/rtas_call.c
+++ b/rtas/rtas_call.c
@@ -38,7 +38,7 @@ Function: rtas_call
rtas_args: pointer to RTAS arguments structure
Output:
-Decription: Handle RTAS call. This C function is called
+Description: Handle RTAS call. This C function is called
from the asm function rtas_entry.
*/