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)
This commit is contained in:
Paul Menzel 2013-01-22 11:46:34 +01:00 committed by Patrick Georgi
parent 80e351695f
commit 2edf77cc29
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}