mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
efi_selftest: fix typos
fix typos correct the header comment of efi_selftest_variables.c Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
committed by
Alexander Graf
parent
9b47f13bdf
commit
d8b2216c87
@@ -4,10 +4,8 @@
|
||||
*
|
||||
* Copyright (c) 2018 Heinrich Schuchardt <xypron.glpk@gmx.de>
|
||||
*
|
||||
* This unit test checks the following protocol services:
|
||||
* ConnectController, DisconnectController,
|
||||
* InstallProtocol, ReinstallProtocol, UninstallProtocol,
|
||||
* OpenProtocol, CloseProtcol, OpenProtocolInformation
|
||||
* This unit test checks the runtime services for variables:
|
||||
* GetVariable, GetNextVariableName, SetVariable, QueryVariableInfo.
|
||||
*/
|
||||
|
||||
#include <efi_selftest.h>
|
||||
|
Reference in New Issue
Block a user