commonlib/timestamp_serialized.h: Fix typos

Change-Id: I245af182da5fe0869e834423959e1d040724157a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64571
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
diff --git a/src/commonlib/include/commonlib/timestamp_serialized.h b/src/commonlib/include/commonlib/timestamp_serialized.h
index 79e70b7..67b9656 100644
--- a/src/commonlib/include/commonlib/timestamp_serialized.h
+++ b/src/commonlib/include/commonlib/timestamp_serialized.h
@@ -169,8 +169,8 @@
 	TS_CRHV_BOOT = 1200,
 	TS_CRHV_PLATFORM_INIT = 1201,
 	TS_CRHV_SERVICES_STARTED = 1202,
-	TS_CRHV_HW_PASSTRHOUGH_START = 1203,
-	TS_CRHV_HW_PASSTRHOUGH_END = 1204,
+	TS_CRHV_HW_PASSTHROUGH_START = 1203,
+	TS_CRHV_HW_PASSTHROUGH_END = 1204,
 	TS_CRHV_PSTORE_START = 1205,
 	TS_CRHV_PSTORE_END = 1206,
 	TS_CRHV_VMM_START = 1207,
@@ -348,10 +348,10 @@
 	TS_NAME_DEF(TS_CRHV_BOOT, 0, "hypervisor boot finished"),
 	TS_NAME_DEF(TS_CRHV_PLATFORM_INIT, 0, "hypervisor platform initialized"),
 	TS_NAME_DEF(TS_CRHV_SERVICES_STARTED, 0, "hypervisor services started"),
-	TS_NAME_DEF(TS_CRHV_HW_PASSTRHOUGH_START, TS_CRHV_HW_PASSTRHOUGH_END,
-		    "hypervisor hardware passtrough setup start"),
-	TS_NAME_DEF(TS_CRHV_HW_PASSTRHOUGH_END, 0,
-		    "hypervisor hardware passtrhough setup complete"),
+	TS_NAME_DEF(TS_CRHV_HW_PASSTHROUGH_START, TS_CRHV_HW_PASSTHROUGH_END,
+		    "hypervisor hardware passthrough setup start"),
+	TS_NAME_DEF(TS_CRHV_HW_PASSTHROUGH_END, 0,
+		    "hypervisor hardware passthrough setup complete"),
 	TS_NAME_DEF(TS_CRHV_PSTORE_START, TS_CRHV_PSTORE_END, "hypervisor pstore init start"),
 	TS_NAME_DEF(TS_CRHV_PSTORE_END, 0, "hypervisor pstore init complete"),
 	TS_NAME_DEF(TS_CRHV_VMM_START, 0, "hypervisor OS VMM start"),