Fix typos
[ctf.git] / 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 {
-    context = struct {
+    context := struct {
       variant <id> {
         struct { } compact;
         struct {
@@ -1392,7 +1392,7 @@ stream {
        event.header := struct {
                uint64_ccnt_t timestamp;
                /* ... */
-       }
+       };
        packet.context := struct packet_context;
 };
 
This page took 0.022566 seconds and 4 git commands to generate.