From: cjwatson Date: Thu, 3 Sep 2009 07:53:40 +0000 (+0000) Subject: 2009-09-03 Colin Watson X-Git-Tag: 1.98~565 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=087c07c4fa73a50c87451e2ad9df89c66b4d6c63;p=thirdparty%2Fgrub.git 2009-09-03 Colin Watson * kern/i386/pc/startup.S: Fix typo. --- diff --git a/ChangeLog b/ChangeLog index feb735cb3..b0b2cbcf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-09-03 Colin Watson + + * kern/i386/pc/startup.S: Fix typo. + 2009-09-02 Vladimir Serbinenko * efiemu/loadcore.c (SUFFIX (grub_efiemu_loadcore_load)): Fix style diff --git a/kern/i386/pc/startup.S b/kern/i386/pc/startup.S index 1a896eda1..529662b93 100644 --- a/kern/i386/pc/startup.S +++ b/kern/i386/pc/startup.S @@ -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. */