From 3568031f04910c52dffce8a66c313fbc8744bfa3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 8 May 2012 12:16:27 -0400 Subject: [PATCH] Fix typo Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index d3b354a..3130d98 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -994,7 +994,7 @@ struct metadata_packet_header { }; The packet-based meta-data can be converted to a text-only meta-data by -concatenating all the strings in contains. +concatenating all the strings it contains. In the textual representation of the meta-data, the text contained within "/*" and "*/", as well as within "//" and end of line, are -- 2.34.1