Clean up some profanity. The comment now reads:
// ... the whole DOM ...
diff --git a/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java b/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java
index bf330df..b2fe834 100644
--- a/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java
+++ b/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java
@@ -130,7 +130,7 @@
 	    return dom.getStringValueX(((Node)obj).node);
 	}
 	else if (obj instanceof DOM) {
-	    // When the first argument is a DOM we want the whole fecking
+	    // When the first argument is a DOM we want the whole
 	    // DOM and not just a single node - that would not make sense.
 	    //return ((DOM)obj).getStringValueX(node);
 	    return ((DOM)obj).getStringValue();