From 2edf77cc29ca069f04c60784b6217239e19ce54e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 22 Jan 2013 11:46:34 +0100 Subject: src/lib/timestamp.c: Fix spelling of tim*e*stamp Change-Id: I96d41882c92e577ce816264c493376d2f2d950f6 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/2181 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/lib/timestamp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3