Language clean up in a comment, which now reads:
... we're probably in seriously bad trouble.
diff --git a/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java b/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java
index 163e243..ce20322 100644
--- a/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java
+++ b/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java
@@ -134,7 +134,8 @@
     // add its attributes. Adapted from nextNode().
     // %REVIEW% Move this logic into addNode and recurse? Cleaner!
     //
-    // (If it's an EntityReference node, we're probably scrod. For now
+    // (If it's an EntityReference node, we're probably in 
+    // seriously bad trouble. For now
     // I'm just hoping nobody is ever quite that foolish... %REVIEW%)
 		//
 		// %ISSUE% What about inherited namespaces in this case?