From 87b9bf5bad4f40ec39371df571f806350aa3d9a2 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 13 May 2013 23:59:20 +0200 Subject: include/timer.h: Fix typo in in*iti*alize in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: http://review.coreboot.org/3261 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/include/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/timer.h b/src/include/timer.h index c32effe0a2..40ac367ce8 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; -- cgit v1.2.3