From adc561044f17d21c4d164cbe07068a3851450f8f Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Mon, 6 Mar 2023 13:49:27 +0100 Subject: Fix remaining typos in various folders Found with the "codespell" utility Signed-off-by: Thomas Huth Signed-off-by: Alexey Kardashevskiy --- rtas/reloc.S | 2 +- rtas/rtas_call.c | 2 +- rtas/rtas_entry.S | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'rtas') diff --git a/rtas/reloc.S b/rtas/reloc.S index 1b5b59a..8e2e936 100644 --- a/rtas/reloc.S +++ b/rtas/reloc.S @@ -19,7 +19,7 @@ Function: r4: Configuration Output: r3: Entry point for rtas calls -Decription: Called by OpenFirmware to instantiate rtas, needs to copy +Description: Called by OpenFirmware to instantiate rtas, needs to copy itself to destination, also do a relocations. */ 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. */ diff --git a/rtas/rtas_entry.S b/rtas/rtas_entry.S index 424137b..50411dc 100644 --- a/rtas/rtas_entry.S +++ b/rtas/rtas_entry.S @@ -20,9 +20,8 @@ Function: r4: base address Output: -Decription: Main entry point, called from OS. Second parameter is not - used. - +Description: + Main entry point, called from OS. Second parameter is not used. */ .globl rtas_entry rtas_entry: -- cgit v1.1