From mboxrd@z Thu Jan 1 00:00:00 1970 From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers) Date: Tue, 28 Apr 2020 15:12:27 -0400 Subject: [lttng-dev] [RFC PATCH CTF 4/4] Use the formulation "less than or equal to" rather than "below or equal" In-Reply-To: <20200428191227.16560-1-mathieu.desnoyers@efficios.com> References: <20200428191227.16560-1-mathieu.desnoyers@efficios.com> Message-ID: <20200428191227.16560-4-mathieu.desnoyers@efficios.com> Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common-trace-format-specification.md b/common-trace-format-specification.md index 5732e92..8a3a745 100644 --- a/common-trace-format-specification.md +++ b/common-trace-format-specification.md @@ -835,9 +835,9 @@ TSDL metadata): while (or after) writing the last event in the packet. The inclusive range between these timestamps should include all event timestamps assigned to events contained within the packet. The timestamp at the - beginning of an event packet is guaranteed to be below or equal 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 + 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 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.11.0