commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2562] 2009-09-03 Colin Watson <address@hidden>


From: Colin Watson
Subject: [2562] 2009-09-03 Colin Watson <address@hidden>
Date: Thu, 03 Sep 2009 07:53:41 +0000

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  <address@hidden>

        * 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  <address@hidden>
+
+       * kern/i386/pc/startup.S: Fix typo.
+
 2009-09-02  Vladimir Serbinenko  <address@hidden>
 
        * 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.
  */
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]