[lttng-dev] [PATCH lttng-tool] fix: mi: xsd: wrong comment for context_type_type
Jonathan Rajotte Julien
jonathan.r.julien at gmail.com
Wed Aug 13 16:58:29 EDT 2014
Signed-off-by: Jonathan Rajotte Julien <jonathan.r.julien at gmail.com>
---
src/common/mi_lttng.xsd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/mi_lttng.xsd b/src/common/mi_lttng.xsd
index f63065c..d2cc5d4 100644
--- a/src/common/mi_lttng.xsd
+++ b/src/common/mi_lttng.xsd
@@ -83,7 +83,7 @@ THE SOFTWARE.
</xs:restriction>
</xs:simpleType>
- <!-- Maps to the lttng_loglevel_type enum -->
+ <!-- Maps to the lttng_event_context_type enum -->
<xs:simpleType name="context_type_type">
<xs:restriction base="xs:string">
<xs:enumeration value="PERF_COUNTER" />
--
2.0.4
More information about the lttng-dev
mailing list