[PATCH 5/5] efi_selftest: cosmetic: fix spelling in comments

Vincent Stehlé vincent.stehle at arm.com
Thu Feb 19 19:44:00 CET 2026


Fix a few UEFI function names, as well as a typo.

Signed-off-by: Vincent Stehlé <vincent.stehle at arm.com>
Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
Cc: Ilias Apalodimas <ilias.apalodimas at linaro.org>
Cc: Tom Rini <trini at konsulko.com>
---
 lib/efi_selftest/efi_selftest_manageprotocols.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/efi_selftest/efi_selftest_manageprotocols.c b/lib/efi_selftest/efi_selftest_manageprotocols.c
index f07ff256ce1..a096e8c2b01 100644
--- a/lib/efi_selftest/efi_selftest_manageprotocols.c
+++ b/lib/efi_selftest/efi_selftest_manageprotocols.c
@@ -6,7 +6,7 @@
  *
  * This unit test checks the following protocol services:
  * InstallProtocolInterface, UninstallProtocolInterface,
- * InstallMultipleProtocolsInterfaces, UninstallMultipleProtocolsInterfaces,
+ * InstallMultipleProtocolInterfaces, UninstallMultipleProtocolInterfaces,
  * HandleProtocol, ProtocolsPerHandle,
  * LocateHandle, LocateHandleBuffer.
  */
@@ -188,7 +188,7 @@ static int execute(void)
 	}
 
 	/*
-	 * Test error handling in UninstallMultipleProtocols
+	 * Test error handling in UninstallMultipleProtocolInterfaces
 	 *
 	 * These are the installed protocol interfaces on handle 2:
 	 *
@@ -238,7 +238,7 @@ static int execute(void)
 		efi_st_error("LocateHandleBuffer failed to locate new handle\n");
 		return EFI_ST_FAILURE;
 	}
-	/* Clear the buffer, we are reusing it it the next step. */
+	/* Clear the buffer, we are reusing it in the next step. */
 	boottime->set_mem(buffer, sizeof(efi_handle_t) * count, 0);
 
 	/*
@@ -287,7 +287,7 @@ static int execute(void)
 	}
 
 	/*
-	 * Test UninstallMultipleProtocols
+	 * Test UninstallMultipleProtocolInterfaces
 	 */
 	ret = boottime->uninstall_multiple_protocol_interfaces(
 						handle2,
-- 
2.51.0



More information about the U-Boot mailing list