From 5f73e220abcb56f11664de6c77ad50b9dff3023a Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 15 Jan 2020 21:13:45 +0100 Subject: src/include: Fix typos Change-Id: Ia8e6e5bd5ac2565263d81df8ca81d62436a3301f Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/38441 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/include/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/timer.h') diff --git a/src/include/timer.h b/src/include/timer.h index 621b486594..3560966b0b 100644 --- a/src/include/timer.h +++ b/src/include/timer.h @@ -160,7 +160,7 @@ static inline void stopwatch_tick(struct stopwatch *sw) } /* - * Tick and check the stopwatch for expiration. Returns non-zero on exipration. + * Tick and check the stopwatch for expiration. Returns non-zero on expiration. */ static inline int stopwatch_expired(struct stopwatch *sw) { -- cgit v1.2.3