Message ID | 20200319171650.14312-1-xypron.glpk@gmx.de |
---|---|
State | Accepted |
Commit | f0b0f7fe0eecde78a6e3e0f6760834ff12642375 |
Headers | show |
Series | [1/1] efi_loader: description of efi_variable.c | expand |
diff --git a/lib/efi_loader/efi_variable.c b/lib/efi_loader/efi_variable.c index c316bdfec0..99d2f01f57 100644 --- a/lib/efi_loader/efi_variable.c +++ b/lib/efi_loader/efi_variable.c @@ -1,8 +1,8 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * EFI utils + * UEFI runtime variable services * - * Copyright (c) 2017 Rob Clark + * Copyright (c) 2017 Rob Clark */ #include <common.h>
Correct the file description. Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de> --- lib/efi_loader/efi_variable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.20.1