aboutsummaryrefslogtreecommitdiff
path: root/include/BH/Algo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/BH/Algo.h')
-rw-r--r--include/BH/Algo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/BH/Algo.h b/include/BH/Algo.h
index 4cb940c..2164c15 100644
--- a/include/BH/Algo.h
+++ b/include/BH/Algo.h
@@ -8,9 +8,9 @@
/**
* Exchanges values between \a src and \a dest elements of sizze \a size.
*
- * \param dest Destination element pointer
- * \param src Source element pointer
- * \param size Element size in bytes
+ * \param dest Destination element pointer
+ * \param src Source element pointer
+ * \param size Element size in bytes
*/
void BH_Swap(void *dest,
void *src,