Cleanup: fix duplicate "a a"
[ctf.git] / common-trace-format-specification.txt
index 954f308c591c601606564efba7c633ac454338b9..1cd3c3dc3227bd57e634805c37127dcc70019a1b 100644 (file)
@@ -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 "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
@@ -1187,6 +1187,7 @@ callsite {
   func = "func_name";
   file = "myfile.c";
   line = 39;
+  ip = 0x40096c;
 };
 
 /* More detail on types in section 4. Types */
@@ -1444,6 +1445,7 @@ token:
 keyword: is one of
 
 align
+callsite
 const
 char
 clock
This page took 0.022561 seconds and 4 git commands to generate.