summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/types.h')
-rw-r--r--pjlib/include/pj/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/types.h b/pjlib/include/pj/types.h
index d471428a..5a275514 100644
--- a/pjlib/include/pj/types.h
+++ b/pjlib/include/pj/types.h
@@ -313,7 +313,7 @@ PJ_INLINE(pj_int16_t) pj_swap16(pj_int16_t val16)
/**
* Swap the byte order of an 32bit data.
*
- * @param val16 The 32bit data.
+ * @param val32 The 32bit data.
*
* @return An 32bit data with swapped byte order.
*/