Index: wp-includes/general-template.php
===================================================================
--- wp-includes/general-template.php	(revision 12704)
+++ wp-includes/general-template.php	(working copy)
@@ -1364,7 +1364,7 @@
  * @since 2.0.0
  *
  * @param string $d Optional Either 'G', 'U', or php date format.
- * @param bool $gmt Optional, default is false. Whether of not to return the gmt time.
+ * @param bool $gmt Optional, default is false. Whether or not to return the gmt time.
  * @param int|object $post Optional post ID or object. Default is global $post object.
  * @param bool $translate Whether to translate the time string or not
  * @return string
@@ -1414,7 +1414,7 @@
  * @since 2.0.0
  *
  * @param string $d Optional, default is 'U'. Either 'G', 'U', or php date format.
- * @param bool $gmt Optional, default is false. Whether of not to return the gmt time.
+ * @param bool $gmt Optional, default is false. Whether or not to return the gmt time.
  * @param int|object $post Optional, default is global post object. A post_id or post object
  * @param bool $translate Optional, default is false. Whether to translate the result or not
  * @return string Returns timestamp
@@ -1627,7 +1627,7 @@
  *
  * @since 2.1.0
  *
- * @return bool Whether of not TinyMCE exists.
+ * @return bool Whether or not TinyMCE exists.
  */
 function rich_edit_exists() {
 	global $wp_rich_edit_exists;
