]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-09-03 Colin Watson <cjwatson@ubuntu.com>
authorcjwatson <cjwatson@localhost>
Thu, 3 Sep 2009 07:53:40 +0000 (07:53 +0000)
committercjwatson <cjwatson@localhost>
Thu, 3 Sep 2009 07:53:40 +0000 (07:53 +0000)
* kern/i386/pc/startup.S: Fix typo.

ChangeLog
kern/i386/pc/startup.S

index feb735cb37d657245e9ca8a76043bf04df6dfbf7..b0b2cbcf453ced76bbecfc1bca28b888cfcde387 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 1a896eda17b212080aa1fb6f114f6fcace3f270c..529662b93ab6938ed0b905a33b830a7bfb1ec348 100644 (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.
  */