]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
efi_selftest: cosmetic: fix spelling in comments
authorVincent Stehlé <vincent.stehle@arm.com>
Thu, 19 Feb 2026 18:44:00 +0000 (19:44 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 27 Feb 2026 11:14:56 +0000 (12:14 +0100)
Fix a few UEFI function names, as well as a typo.

Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_selftest/efi_selftest_manageprotocols.c

index 097b2ae35456116abfabe1370bdad07c90cf0c1c..31ea67748a5fabcab1b585e86896f2431d0f44c0 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This unit test checks the following protocol services:
  * InstallProtocolInterface, UninstallProtocolInterface,
- * InstallMultipleProtocolsInterfaces, UninstallMultipleProtocolsInterfaces,
+ * InstallMultipleProtocolInterfaces, UninstallMultipleProtocolInterfaces,
  * HandleProtocol, ProtocolsPerHandle,
  * LocateHandle, LocateHandleBuffer.
  */
@@ -189,7 +189,7 @@ static int execute(void)
        }
 
        /*
-        * Test error handling in UninstallMultipleProtocols
+        * Test error handling in UninstallMultipleProtocolInterfaces
         *
         * These are the installed protocol interfaces on handle 2:
         *
@@ -240,7 +240,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) * buffer_size, 0);
 
        /*
@@ -289,7 +289,7 @@ static int execute(void)
        }
 
        /*
-        * Test UninstallMultipleProtocols
+        * Test UninstallMultipleProtocolInterfaces
         */
        ret = boottime->uninstall_multiple_protocol_interfaces(
                                                handle2,