commit | c69addd8fae91a25e859156a0c45480a78aa7999 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Mar 19 17:15:18 2020 +0000 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 22 11:06:23 2020 +0100 |
tree | 77eaf5b61b4858ae8f1bcdf8b7a6ac9c59d37671 | |
parent | 2b1e477340352467a20df7fb8fb607fa815868f1 [diff] [blame] |
efi_loader: description of efi_variable.c Correct the file description. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
diff --git a/lib/efi_loader/efi_variable.c b/lib/efi_loader/efi_variable.c index c316bdf..99d2f01 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>