Paul Menzel ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2181
-gerrit commit ec2c82c39a650465bac80a6786d06ad725a3db3e Author: Paul Menzel <[email protected]> Date: Tue Jan 22 11:46:34 2013 +0100 src/lib/timestamp.c: Fix spelling of tim*e*stamp Change-Id: I96d41882c92e577ce816264c493376d2f2d950f6 Signed-off-by: Paul Menzel <[email protected]> --- src/lib/timestamp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c index 2161d44..2f53c50 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; } -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

