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