From 176a720808ada729661f8dea5e41045050f0e701 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 3 May 2011 15:01:43 -0600 Subject: Fix Doxygen typo. --- libdimension/threads.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libdimension/threads.h') diff --git a/libdimension/threads.h b/libdimension/threads.h index 17019b0..af6d641 100644 --- a/libdimension/threads.h +++ b/libdimension/threads.h @@ -54,9 +54,9 @@ DMNSN_INTERNAL void dmnsn_new_thread(dmnsn_progress *progress, /** * Run \p nthreads threads in parallel. - * @param[in] thread_fn The routine to run in each concurrent thread. - * @param[in,out] arg The pointer to pass to the thread callbacks. - * @param[in] nthreads The number of concurrent threads to run. + * @param[in] ccthread_fn The routine to run in each concurrent thread. + * @param[in,out] arg The pointer to pass to the thread callbacks. + * @param[in] nthreads The number of concurrent threads to run. * @return 0 if all threads were successful, and an error code otherwise. */ DMNSN_INTERNAL int dmnsn_execute_concurrently(dmnsn_ccthread_fn *ccthread_fn, -- cgit v1.2.3