From 9f296be43af173902122f302ceddcd0fbbc8ff2f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 1 May 2012 09:34:56 -0400 Subject: [PATCH] Fix typo Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index e0944b5..86e95b2 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -172,7 +172,7 @@ TSDL meta-data attribute representation of a specific alignment: 4.1.3 Byte order -By default, the native endianness of the source architecture the trace is used. +By default, the native endianness of the source architecture is used. Byte order can be overridden for a basic type by specifying a "byte_order" attribute. Typical use-case is to specify the network byte order (big endian: "be") to save data captured from the network into the trace without conversion. -- 2.34.1