From: Colin Watson Date: Tue, 2 Nov 2010 22:51:51 +0000 (+0000) Subject: * util/bin2h.c (main): Fix spelling error in generated output. X-Git-Tag: 1.99~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75f4f62ae0a2142ee3cf49fa0b0d7c31ec1afcb;p=thirdparty%2Fgrub.git * util/bin2h.c (main): Fix spelling error in generated output. --- diff --git a/ChangeLog b/ChangeLog index c92c49562..843056669 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-02 Colin Watson + + * util/bin2h.c (main): Fix spelling error in generated output. + 2010-11-01 Grégoire Sutre * grub-core/partmap/bsdlabel.c (iterate_real): Fix an integer overflow. diff --git a/util/bin2h.c b/util/bin2h.c index e81ede8c6..ee1c7fd32 100644 --- a/util/bin2h.c +++ b/util/bin2h.c @@ -96,7 +96,7 @@ main (int argc, char *argv[]) if (b == EOF) goto abort; - printf ("/* THIS CHUNK OF BYTES IS AUTOMATICALY GENERATED */\n" + printf ("/* THIS CHUNK OF BYTES IS AUTOMATICALLY GENERATED */\n" "unsigned char %s[] =\n{\n", sym); while (1)