From 58b2612e6fc6b66ddcb87d9e498473eb46e3db7a Mon Sep 17 00:00:00 2001 From: "Matthew \"strager\" Glazar" Date: Fri, 6 May 2022 00:36:41 -0700 Subject: [PATCH] Fix typo grater -> greater Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-trace-format-specification.md b/common-trace-format-specification.md index d4c69ad..d467f6a 100644 --- a/common-trace-format-specification.md +++ b/common-trace-format-specification.md @@ -837,7 +837,7 @@ TSDL metadata): assigned to events contained within the packet. The timestamp at the beginning of an event packet is guaranteed to be less than or equal to the timestamp at the end of that event packet. The timestamp at - the beginning of an event packet is guaranteed to be grater than or + the beginning of an event packet is guaranteed to be greater than or equal to timestamps at the beginning of any prior packet within the same stream. The timestamp at the end of an event packet is guaranteed to be less than or equal to the timestamps at the end of -- 2.34.1