2009-09-03 Colin Watson <cjwatson@ubuntu.com>

* kern/i386/pc/startup.S: Fix typo.
This commit is contained in:
cjwatson 2009-09-03 07:53:40 +00:00
parent cbf978c0f0
commit 087c07c4fa
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-09-03 Colin Watson <cjwatson@ubuntu.com>
* kern/i386/pc/startup.S: Fix typo.
2009-09-02 Vladimir Serbinenko <phcoder@gmail.com>
* efiemu/loadcore.c (SUFFIX (grub_efiemu_loadcore_load)): Fix style

View File

@ -37,7 +37,7 @@
* Note: GRUB is compiled with the options -mrtd and -mregparm=3.
* So the first three arguments are passed in %eax, %edx, and %ecx,
* respectively, and if a function has a fixed number of arguments
* and the number if greater than three, the function must return
* and the number is greater than three, the function must return
* with "ret $N" where N is ((the number of arguments) - 3) * 4.
*/