diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-01-22 11:46:34 +0100 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2013-01-22 12:15:08 +0100 |
commit | 2edf77cc29ca069f04c60784b6217239e19ce54e (patch) | |
tree | a7a0641de0a62d983c7a51406b5d5e8d371404f6 | |
parent | 80e351695f7d685f9d97933c1797b460d82422b5 (diff) |
src/lib/timestamp.c: Fix spelling of tim*e*stamp
Change-Id: I96d41882c92e577ce816264c493376d2f2d950f6
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2181
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
-rw-r--r-- | src/lib/timestamp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c index 2161d445db..2f53c50e16 100644 --- a/src/lib/timestamp.c +++ b/src/lib/timestamp.c @@ -46,7 +46,7 @@ void timestamp_init(tsc_t base) MAX_TIMESTAMPS * sizeof(struct timestamp_entry)); if (!tst) { - printk(BIOS_ERR, "ERROR: failed to allocate timstamp table\n"); + printk(BIOS_ERR, "ERROR: failed to allocate timestamp table\n"); return; } |