Commit f0b0f7fe0eecde78a6e3e0f6760834ff12642375

Authored by Heinrich Schuchardt
1 parent 14eb12a3c8

efi_loader: description of efi_variable.c

Correct the file description.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

lib/efi_loader/efi_variable.c
1 1 // SPDX-License-Identifier: GPL-2.0+
2 2 /*
3   - * EFI utils
  3 + * UEFI runtime variable services
4 4 *
5   - * Copyright (c) 2017 Rob Clark
  5 + * Copyright (c) 2017 Rob Clark
6 6 */
7 7  
8 8 #include <common.h>