Merge vk-gl-cts/vulkan-cts-1.0.1 into vk-gl-cts/vulkan-cts-1.0.2
[platform/upstream/VK-GL-CTS.git] / executor / xeContainerFormatParser.cpp
index a02d8b8..39deeb8 100644 (file)
@@ -265,7 +265,7 @@ void ContainerFormatParser::parseContainerLine (void)
                        {
                                m_value.clear();
 
-                               // \note Candy produces timestamps in very stupid fashion.
+                               // \note Candy produces unescaped timestamps.
                                for (;;)
                                {
                                        const int       curChar = offset < m_elementLen ? getChar(offset) : 0;