* util/bin2h.c (main): Fix spelling error in generated output.
This commit is contained in:
parent
33b4b0c61a
commit
a75f4f62ae
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-11-02 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/bin2h.c (main): Fix spelling error in generated output.
|
||||
|
||||
2010-11-01 Grégoire Sutre <gregoire.sutre@gmail.com>
|
||||
|
||||
* grub-core/partmap/bsdlabel.c (iterate_real): Fix an integer overflow.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue