Index: src/bp-activity/bp-activity-loader.php
===================================================================
--- src/bp-activity/bp-activity-loader.php	(revision 11052)
+++ src/bp-activity/bp-activity-loader.php	(working copy)
@@ -17,7 +17,7 @@
 }
 
 /**
- * Bootstrap the Activity component.
+ * Set up the bp-activity component.
  *
  * @since 1.6.0
  */
Index: src/bp-blogs/bp-blogs-loader.php
===================================================================
--- src/bp-blogs/bp-blogs-loader.php	(revision 11052)
+++ src/bp-blogs/bp-blogs-loader.php	(working copy)
@@ -20,6 +20,8 @@
 
 /**
  * Set up the bp-blogs component.
+ *
+ * @since 1.5.0
  */
 function bp_setup_blogs() {
 	buddypress()->blogs = new BP_Blogs_Component();
Index: src/bp-core/bp-core-loader.php
===================================================================
--- src/bp-core/bp-core-loader.php	(revision 11052)
+++ src/bp-core/bp-core-loader.php	(working copy)
@@ -18,11 +18,9 @@
 }
 
 /**
- * Set up the BuddyPress Core component.
+ * Set up the bp-core component.
  *
  * @since 1.6.0
- *
- * @global BuddyPress $bp BuddyPress global settings object.
  */
 function bp_setup_core() {
 	buddypress()->core = new BP_Core();
Index: src/bp-friends/bp-friends-loader.php
===================================================================
--- src/bp-friends/bp-friends-loader.php	(revision 11052)
+++ src/bp-friends/bp-friends-loader.php	(working copy)
@@ -17,7 +17,7 @@
 }
 
 /**
- * Set up the bp-forums component.
+ * Set up the bp-friends component.
  *
  * @since 1.6.0
  */
Index: src/bp-groups/bp-groups-loader.php
===================================================================
--- src/bp-groups/bp-groups-loader.php	(revision 11052)
+++ src/bp-groups/bp-groups-loader.php	(working copy)
@@ -19,7 +19,7 @@
 }
 
 /**
- * Bootstrap the Notifications component.
+ * Set up the bp-groups component.
  *
  * @since 1.5.0
  */
Index: src/bp-messages/bp-messages-loader.php
===================================================================
--- src/bp-messages/bp-messages-loader.php	(revision 11052)
+++ src/bp-messages/bp-messages-loader.php	(working copy)
@@ -17,7 +17,9 @@
 }
 
 /**
- * Bootstrap the Messages component.
+ * Set up the bp-messages component.
+ *
+ * @since 1.5.0
  */
 function bp_setup_messages() {
 	buddypress()->messages = new BP_Messages_Component();
Index: src/bp-notifications/bp-notifications-loader.php
===================================================================
--- src/bp-notifications/bp-notifications-loader.php	(revision 11052)
+++ src/bp-notifications/bp-notifications-loader.php	(working copy)
@@ -17,7 +17,7 @@
 }
 
 /**
- * Bootstrap the Notifications component.
+ * Set up the bp-notifications component.
  *
  * @since 1.9.0
  */
Index: src/bp-settings/bp-settings-loader.php
===================================================================
--- src/bp-settings/bp-settings-loader.php	(revision 11052)
+++ src/bp-settings/bp-settings-loader.php	(working copy)
@@ -15,7 +15,7 @@
 }
 
 /**
- * Instantiates the settings component.
+ * Set up the bp-settings component.
  *
  * @since 1.6.0
  */
Index: src/bp-xprofile/bp-xprofile-loader.php
===================================================================
--- src/bp-xprofile/bp-xprofile-loader.php	(revision 11052)
+++ src/bp-xprofile/bp-xprofile-loader.php	(working copy)
@@ -18,7 +18,7 @@
 }
 
 /**
- * Bootstrap the XProfile component.
+ * Set up the bp-xprofile component.
  *
  * @since 1.6.0
  */
