From: Mathieu Desnoyers Date: Thu, 22 Jan 2015 04:37:30 +0000 (-0500) Subject: Fix typos X-Git-Tag: v1.8.3~9 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=26e496c6ce48c9a83dfab6bc03a840157d005f87;hp=23bb140f3ee731a34e3baf772abed0cffc67b0a3 Fix typos Signed-off-by: Mathieu Desnoyers --- diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index abe4fb7..5568a27 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -942,7 +942,7 @@ header is selected. NR_FIELDS is the number of fields within the event (a numeric value). event { - context = struct { + context := struct { variant { struct { } compact; struct { @@ -1392,7 +1392,7 @@ stream { event.header := struct { uint64_ccnt_t timestamp; /* ... */ - } + }; packet.context := struct packet_context; };