diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-05-03 15:01:43 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-05-03 15:01:43 -0600 |
commit | 176a720808ada729661f8dea5e41045050f0e701 (patch) | |
tree | 10bb3b17bda276e38a9f69c82505bd296732f9f2 /libdimension | |
parent | 3c37bf39733bb53267b046c5f0aafbffeb738990 (diff) | |
download | dimension-176a720808ada729661f8dea5e41045050f0e701.tar.xz |
Fix Doxygen typo.
Diffstat (limited to 'libdimension')
-rw-r--r-- | libdimension/threads.h | 6 |
1 files changed, 3 insertions, 3 deletions
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, |