Revision: 2562
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2562
Author: cjwatson
Date: 2009-09-03 07:53:40 +0000 (Thu, 03 Sep 2009)
Log Message:
-----------
2009-09-03 Colin Watson <[email protected]>
* kern/i386/pc/startup.S: Fix typo.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/kern/i386/pc/startup.S
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-09-02 16:16:29 UTC (rev 2561)
+++ trunk/grub2/ChangeLog 2009-09-03 07:53:40 UTC (rev 2562)
@@ -1,3 +1,7 @@
+2009-09-03 Colin Watson <[email protected]>
+
+ * kern/i386/pc/startup.S: Fix typo.
+
2009-09-02 Vladimir Serbinenko <[email protected]>
* efiemu/loadcore.c (SUFFIX (grub_efiemu_loadcore_load)): Fix style
Modified: trunk/grub2/kern/i386/pc/startup.S
===================================================================
--- trunk/grub2/kern/i386/pc/startup.S 2009-09-02 16:16:29 UTC (rev 2561)
+++ trunk/grub2/kern/i386/pc/startup.S 2009-09-03 07:53:40 UTC (rev 2562)
@@ -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.
*/