Be more civil in comments

Change-Id: I47d75f6d558a80263d4a3cdeaa84f780db02403a
diff --git a/executor/xeContainerFormatParser.cpp b/executor/xeContainerFormatParser.cpp
index a02d8b8..39deeb8 100644
--- a/executor/xeContainerFormatParser.cpp
+++ b/executor/xeContainerFormatParser.cpp
@@ -265,7 +265,7 @@
 			{
 				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;