[SLOF] [PATCH 2/4] Fix typos in the llfw folder

Thomas Huth thuth at redhat.com
Mon Mar 6 23:49:25 AEDT 2023


Signed-off-by: Thomas Huth <thuth at redhat.com>
---
 llfw/boot_abort.S | 2 +-
 llfw/nvramlog.S   | 8 ++++----
 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
-- 
2.31.1



More information about the SLOF mailing list