From 12c9069f3e19edb28b752d853d68c28b5fcd78f6 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 1 May 2012 15:42:48 -0400 Subject: [PATCH] cleanup: remove repetition Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index 86e95b2..b220a77 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -118,11 +118,10 @@ trace event types expressed in the Trace Stream Description Language 3. Event stream An event stream can be divided into contiguous event packets of variable -size. These subdivisions have a variable size. An event packet can -contain a certain amount of padding at the end. The stream header is -repeated at the beginning of each event packet. The rationale for the -event stream design choices is explained in Appendix B. Stream Header -Rationale. +size. An event packet can contain a certain amount of padding at the +end. The stream header is repeated at the beginning of each event +packet. The rationale for the event stream design choices is explained +in Appendix B. Stream Header Rationale. The event stream header will therefore be referred to as the "event packet header" throughout the rest of this document. -- 2.34.1