Fix typos
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Jan 2015 04:37:30 +0000 (23:37 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Jan 2015 04:37:30 +0000 (23:37 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
common-trace-format-specification.txt

index abe4fb70fff7f17f6e8242f313fb74bff44cf89a..5568a270513c18dac05a83148245155323c64f1d 100644 (file)
@@ -942,7 +942,7 @@ header is selected. NR_FIELDS is the number of fields within the event (a
 numeric value).
 
   event {
 numeric value).
 
   event {
-    context = struct {
+    context := struct {
       variant <id> {
         struct { } compact;
         struct {
       variant <id> {
         struct { } compact;
         struct {
@@ -1392,7 +1392,7 @@ stream {
        event.header := struct {
                uint64_ccnt_t timestamp;
                /* ... */
        event.header := struct {
                uint64_ccnt_t timestamp;
                /* ... */
-       }
+       };
        packet.context := struct packet_context;
 };
 
        packet.context := struct packet_context;
 };
 
This page took 0.023491 seconds and 4 git commands to generate.