]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-glue-efi.c: Use "universal binary" rather "fat binary"
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Dec 2013 15:12:24 +0000 (16:12 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Dec 2013 15:12:24 +0000 (16:12 +0100)
in strings.

Suggested by: David Prévot.

ChangeLog
util/grub-glue-efi.c

index 071a5b7e5d4b857257a5a1cee60cd707551f13a3..aca605e323158f14e39fed38c8269543ea9fbfd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-12-21  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-glue-efi.c: Use "universal binary" rather "fat binary"
+       in strings.
+
+       Suggested by: David Prévot.
+
 2013-12-21  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * include/grub/crypto.h (grub_crypto_xor): Fix cast-align warning.
index 936e46ba86168c6e6d8658f113e228d865932561..f48d34854858e579c08140d46b9ebc378d0e9b00 100644 (file)
@@ -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
 };