Index: wp-includes/ms-functions.php
===================================================================
--- wp-includes/ms-functions.php	(revision 19694)
+++ wp-includes/ms-functions.php	(working copy)
@@ -279,8 +279,8 @@
  *
  * @param string $domain The new blog's domain.
  * @param string $path The new blog's path.
- * @param string $string The new blog's title.
- * @param int $site Optional. Defaults to 1.
+ * @param string $weblog_title The new blog's title.
+ * @param int $site_id Optional. Defaults to 1.
  * @return int The ID of the newly created blog
  */
 function create_empty_blog( $domain, $path, $weblog_title, $site_id = 1 ) {
Index: wp-includes/user.php
===================================================================
--- wp-includes/user.php	(revision 19694)
+++ wp-includes/user.php	(working copy)
@@ -723,8 +723,8 @@
  * @since MU 1.1
  * @uses get_blogs_of_user()
  *
- * @param int $user_id The unique ID of the user
- * @param int $blog Optional. If no blog_id is provided, current site is used
+ * @param int $user_id The unique ID of the user.
+ * @param int $blog_id Optional. If no blog_id is provided, current site is used.
  * @return bool
  */
 function is_user_member_of_blog( $user_id = 0, $blog_id = 0 ) {
