2008-02-21 Yoshinori K. Okuji <okuji@enbug.org>

* include/grub/efi/time.h: Fix a wrong comment.
This commit is contained in:
okuji 2008-02-21 21:22:23 +00:00
parent 79ff665f5e
commit f6f4cfb011
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2008-02-21 Yoshinori K. Okuji <okuji@enbug.org>
* include/grub/efi/time.h: Fix a wrong comment.
2008-02-19 Pavel Roskin <proski@gnu.org>
* kern/rescue.c (grub_enter_rescue_mode): Improve initial

View file

@ -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 <grub/symbol.h>
/* 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. */