Fix misleading comment
diff --git a/xmltest.cpp b/xmltest.cpp
index 7f2b22a..1c220ba 100644
--- a/xmltest.cpp
+++ b/xmltest.cpp
@@ -1909,7 +1909,8 @@
 

     {

 	    // No matter - before or after successfully parsing a text -

-	    // calling XMLDocument::Value() causes an assert in debug.

+	    // calling XMLDocument::Value() used to cause an assert in debug.

+	    // Null must be retured.

 	    const char* validXml = "<?xml version=\"1.0\" encoding=\"utf-8\" ?>"

 	                           "<first />"

 	                           "<second />";