Merge "Comment clean up."
diff --git a/core/java/android/provider/Browser.java b/core/java/android/provider/Browser.java
index 57ee440..a34d9c3 100644
--- a/core/java/android/provider/Browser.java
+++ b/core/java/android/provider/Browser.java
@@ -165,9 +165,9 @@
     }
 
     /**
-     * Passed along with an Intent to a browser, specifying that a new tab
-     * be created.  Overrides EXTRA_APPLICATION_ID; if both are set, a new tab
-     * will be used, rather than using the same one.
+     * Boolean extra passed along with an Intent to a browser, specifying that
+     * a new tab be created.  Overrides EXTRA_APPLICATION_ID; if both are set,
+     * a new tab will be used, rather than using the same one.
      */
     public static final String EXTRA_CREATE_NEW_TAB = "create_new_tab";