diff --git a/ChangeLog b/ChangeLog index 936a1e98d..333383f37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-21 Yoshinori K. Okuji + + * include/grub/efi/time.h: Fix a wrong comment. + 2008-02-19 Pavel Roskin * kern/rescue.c (grub_enter_rescue_mode): Improve initial diff --git a/include/grub/efi/time.h b/include/grub/efi/time.h index ffd583287..540f6fc04 100644 --- a/include/grub/efi/time.h +++ b/include/grub/efi/time.h @@ -1,6 +1,6 @@ /* * GRUB -- GRand Unified Bootloader - * Copyright (C) 2006,2007 Free Software Foundation, Inc. + * Copyright (C) 2006,2007,2008 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ #include -/* This is destined to overflow when one minute passes by. */ +/* This is destined to overflow when one hour passes by. */ #define GRUB_TICKS_PER_SECOND ((1UL << 31) / 60 / 60 * 2) /* Return the real time in ticks. */