Browse Source

reformat comment

Samuel Thibault 11 years ago
parent
commit
1a62c13496
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/datawizard/interfaces/data_interface.c

+ 2 - 1
src/datawizard/interfaces/data_interface.c

@@ -795,7 +795,8 @@ static void _starpu_data_unregister_submit_cb(void *arg)
 	_starpu_spin_lock(&handle->header_lock);
 	handle->lazy_unregister = 1;
 	/* The handle should be busy since we are working on it.
-         * when data_acquire releases the handle, it will be destroyed by _starpu_data_check_not_busy */
+	 * when we releases the handle below, it will be destroyed by
+	 * _starpu_data_check_not_busy */
 	STARPU_ASSERT(handle->busy_count);
         _starpu_spin_unlock(&handle->header_lock);