]> git.proxmox.com Git - grub2.git/commitdiff
2008-02-21 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Thu, 21 Feb 2008 21:22:23 +0000 (21:22 +0000)
committerokuji <okuji@localhost>
Thu, 21 Feb 2008 21:22:23 +0000 (21:22 +0000)
    * include/grub/efi/time.h: Fix a wrong comment.

ChangeLog
include/grub/efi/time.h

index 936a1e98d16072952754b9114999e5f8601a656d..333383f37f362f1f3d1b6ceda5141382a771918a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index ffd583287702a2e6d1feaf2bd0b7882d84edb3a4..540f6fc0462f2bc28e014821d4d6175541d357b6 100644 (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.  */