From f064b40ec99c61a1b01c7e044b9cb1ecbef2549d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 24 Aug 2021 14:54:50 +0200 Subject: [PATCH] meson: capitalize the last instance of "efi" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit All the others in this section use "EFI"… --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f7b18c6b98e..6e1a8b1e50e 100644 --- a/meson.build +++ b/meson.build @@ -3830,7 +3830,7 @@ summary({ # LDFLAGS: ${OUR_LDFLAGS} ${LDFLAGS} if conf.get('ENABLE_EFI') == 1 - summary({'efi arch' : efi_arch}, + summary({'EFI arch' : efi_arch}, section : 'Extensible Firmware Interface') if have_gnu_efi -- 2.47.3