Index: bp-notifications/bp-notifications-actions.php
===================================================================
--- bp-notifications/bp-notifications-actions.php	(revision 8260)
+++ bp-notifications/bp-notifications-actions.php	(working copy)
@@ -59,7 +59,7 @@
  */
 function bp_notifications_action_mark_unread() {
 
-	// Bail if not the unread screen
+	// Bail if not the read screen
 	if ( ! bp_is_notifications_component() || ! bp_is_current_action( 'read' ) ) {
 		return false;
 	}
@@ -87,7 +87,7 @@
 add_action( 'bp_actions', 'bp_notifications_action_mark_unread' );
 
 /**
- * Handle marking single notifications as unread
+ * Handle deleting single notifications
  *
  * @since BuddyPress (1.9.0)
  *
@@ -95,7 +95,7 @@
  */
 function bp_notifications_action_delete() {
 
-	// Bail if not the unread screen
+	// Bail if not the read or unread screen
 	if ( ! bp_is_notifications_component() || ! ( bp_is_current_action( 'read' ) || bp_is_current_action( 'unread' ) ) ) {
 		return false;
 	}
