From: Mathieu Desnoyers Date: Tue, 1 May 2012 13:34:56 +0000 (-0400) Subject: Fix typo X-Git-Tag: v1.8.2~8 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=9f296be43af173902122f302ceddcd0fbbc8ff2f;hp=0cedf6e545d9cb736218fed5832a2a9ae81b5ef1 Fix typo Signed-off-by: Mathieu Desnoyers --- 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.