[coreboot-gerrit] New patch to review for coreboot: fa56389 include/timer.h: Fix typo in in*iti*alize in comment

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sat May 18 20:58:38 CEST 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3261

-gerrit

commit fa563896fafb149c8293668748ae16c6d6d8c00e
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon May 13 23:59:20 2013 +0200

    include/timer.h: Fix typo in in*iti*alize in comment
    
    Correct a typo in a comment introduced in commit »coreboot:
    introduce monotonic timer API« (a421791d) [1].
    
    [1] http://review.coreboot.org/3152
    
    Change-Id: Ia0abc5304547d419478db1ae37b5525406fa19cc
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/include/timer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/timer.h b/src/include/timer.h
index c32effe..40ac367 100644
--- a/src/include/timer.h
+++ b/src/include/timer.h
@@ -111,7 +111,7 @@ static inline int rela_time_cmp(const struct rela_time *t1,
 	return 1;
 }
 
-/* Iniitalize a rela_time structure. */
+/* Initialize a rela_time structure. */
 static inline struct rela_time rela_time_init_usecs(long us)
 {
 	struct rela_time t;



More information about the coreboot-gerrit mailing list