From: Vladimir Serbinenko Date: Sat, 21 Dec 2013 15:12:24 +0000 (+0100) Subject: * util/grub-glue-efi.c: Use "universal binary" rather "fat binary" X-Git-Tag: grub-2.02-beta2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27db1a9b643ab839648127d9d7188fc84dd98332;p=thirdparty%2Fgrub.git * util/grub-glue-efi.c: Use "universal binary" rather "fat binary" in strings. Suggested by: David Prévot. --- diff --git a/ChangeLog b/ChangeLog index 071a5b7e5..aca605e32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-12-21 Vladimir Serbinenko + + * util/grub-glue-efi.c: Use "universal binary" rather "fat binary" + in strings. + + Suggested by: David Prévot. + 2013-12-21 Vladimir Serbinenko * include/grub/crypto.h (grub_crypto_xor): Fix cast-align warning. diff --git a/util/grub-glue-efi.c b/util/grub-glue-efi.c index 936e46ba8..f48d34854 100644 --- a/util/grub-glue-efi.c +++ b/util/grub-glue-efi.c @@ -87,7 +87,7 @@ argp_parser (int key, char *arg, struct argp_state *state) static struct argp argp = { options, argp_parser, N_("[OPTIONS]"), - N_("Glue 32-bit and 64-bit binary into Apple fat one."), + N_("Glue 32-bit and 64-bit binary into Apple universal one."), NULL, NULL, NULL };