From: Mathieu Desnoyers Date: Tue, 23 Oct 2012 19:50:01 +0000 (-0400) Subject: Cleanup: fix duplicate "a a" X-Git-Tag: v1.8.3~25 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=f3afd1c7f3d2d76154334f2550342d9e4c7eff56 Cleanup: fix duplicate "a a" Signed-off-by: Mathieu Desnoyers --- diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index 7a475e4..1cd3c3d 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -604,7 +604,7 @@ Arrays are always aligned on their element alignment requirement. 4.2.4 Sequences -Sequences are dynamically-sized arrays. They refer to a a "length" +Sequences are dynamically-sized arrays. They refer to a "length" unsigned integer field, which must appear in either the same static scope, prior to the sequence field (in field declaration order), in an upper static scope, or in an upper dynamic scope (see Section 7.3.2). This