Fix for issue #212: Fixed documentation bugs on createTBody() and 
createTH() methods.

Patch by: sandymac
Review by: morrildl


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@427 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/client/DOM.java b/user/src/com/google/gwt/user/client/DOM.java
index 09b7b13..e85acf1 100644
--- a/user/src/com/google/gwt/user/client/DOM.java
+++ b/user/src/com/google/gwt/user/client/DOM.java
@@ -251,7 +251,7 @@
   }
 
   /**
-   * Creates an HTML BODY element.
+   * Creates an HTML TBODY element.
    * 
    * @return the newly-created element
    */
@@ -278,7 +278,7 @@
   }
 
   /**
-   * Creates an HTML THEAD element.
+   * Creates an HTML TH element.
    * 
    * @return the newly-created element
    */