From 26e496c6ce48c9a83dfab6bc03a840157d005f87 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 21 Jan 2015 23:37:30 -0500 Subject: [PATCH] Fix typos Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; -- 2.34.1