* util/grub-glue-efi.c: Use "universal binary" rather "fat binary"
in strings. Suggested by: David Prévot.
This commit is contained in:
parent
8a913e664e
commit
27db1a9b64
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* include/grub/crypto.h (grub_crypto_xor): Fix cast-align warning.
|
* include/grub/crypto.h (grub_crypto_xor): Fix cast-align warning.
|
||||||
|
|
|
@ -87,7 +87,7 @@ argp_parser (int key, char *arg, struct argp_state *state)
|
||||||
|
|
||||||
static struct argp argp = {
|
static struct argp argp = {
|
||||||
options, argp_parser, N_("[OPTIONS]"),
|
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
|
NULL, NULL, NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue