Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-dev
[platform/upstream/VK-GL-CTS.git] / executor / xeTestLogWriter.cpp
index bcb33fd..89848c0 100644 (file)
@@ -81,7 +81,7 @@ static void writeSessionInfo (const SessionInfo& info, std::ostream& stream)
        if (!info.resultName.empty())
                stream << "#sessionInfo resultName " << ContainerValue(info.resultName) << "\n";
 
-       // \note Current format uses unescaped timestamps for some stupid reason.
+       // \note Current format uses unescaped timestamps for some strange reason.
        if (!info.timestamp.empty())
                stream << "#sessionInfo timestamp " << info.timestamp << "\n";
 }