summaryrefslogtreecommitdiffstats
path: root/src/include/timer.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-01-15 21:13:45 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-18 10:55:45 +0000
commit5f73e220abcb56f11664de6c77ad50b9dff3023a (patch)
treef9aa42ff04a5109ecb801cd4723aa4937a652d88 /src/include/timer.h
parente202e6770951f3207278217bd61d030bec271e03 (diff)
downloadcoreboot-5f73e220abcb56f11664de6c77ad50b9dff3023a.tar.gz
coreboot-5f73e220abcb56f11664de6c77ad50b9dff3023a.tar.bz2
coreboot-5f73e220abcb56f11664de6c77ad50b9dff3023a.zip
src/include: Fix typos
Change-Id: Ia8e6e5bd5ac2565263d81df8ca81d62436a3301f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38441 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include/timer.h')
-rw-r--r--src/include/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/timer.h b/src/include/timer.h
index 621b4865941f..3560966b0b09 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)
{