summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-03-06 13:49:25 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-03-28 18:49:13 +1100
commit975bbacf92d9b701b1656aafc7735f340132312b (patch)
treec1835a030f1e8018e1200e453c5554dce2de0c0b
parentc4d03cf1a996904ec2ea42aa929f58e3fa33b934 (diff)
downloadqemu-SLOF-975bbacf92d9b701b1656aafc7735f340132312b.tar.gz
Fix typos in the llfw folder
Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
-rw-r--r--llfw/boot_abort.S2
-rw-r--r--llfw/nvramlog.S8
2 files changed, 5 insertions, 5 deletions
diff --git a/llfw/boot_abort.S b/llfw/boot_abort.S
index 47a9178..e447696 100644
--- a/llfw/boot_abort.S
+++ b/llfw/boot_abort.S
@@ -48,7 +48,7 @@ ASM_ENTRY(msg_e_ierror)
* Boot Abort Handler
*
* Input:
- * R3 - capability informatin (i/o etc.)
+ * R3 - capability information (i/o etc.)
* R4 - handling suggestion
* R5 - error string reference
* R6 - error number
diff --git a/llfw/nvramlog.S b/llfw/nvramlog.S
index 42dd5fc..317ccce 100644
--- a/llfw/nvramlog.S
+++ b/llfw/nvramlog.S
@@ -42,7 +42,7 @@
* last initialisation.
* Flags are not checked!
*
- * Retrun 0 if no manimulation was found 1 else
+ * Return 0 if no manipulation was found, otherwise return 1
*
* input:
* r3 - NVRAM Base Address
@@ -91,8 +91,8 @@ ASM_ENTRY(checkLogHeaderData)
/*****************************************************************************
* checkLogPartition: check Partition Header entries and Checksum
* check also the NVRAM-Log-Partition CRC
- * if Partition is not ok set the following bits to 1
- * bit 1: if Partiton Header Checksum is corrupt
+ * if partition is not ok set the following bits to 1
+ * bit 1: if partition header checksum is corrupt
* bit 2: if CRC is corrupt
* bit 3: if Header entries are corrupt
*
@@ -312,7 +312,7 @@ ENTRY(writeLogByteBE1)
* calPartitionHeaderChecksum: calculate the Checksum of the
* Partition Header as described in ....
*
- * input: r3 - NVRAM BASE adresse
+ * input: r3 - NVRAM BASE address
*
* output: R3 - the calculated checksum as 8 bit value
* R4 - NVRAM log address