summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2014-04-09 10:10:48 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-04-09 10:10:48 +0200
commit39310988d058ca8171315984188641562b0669b4 (patch)
tree8374331eab9e765237be2f409c46ccb83acb7688 /include
parent70c723c5d39555f97cf37feb60255118ca68e14e (diff)
downloadcmocka-39310988d058ca8171315984188641562b0669b4.tar.gz
cmocka-39310988d058ca8171315984188641562b0669b4.tar.bz2
cmocka-39310988d058ca8171315984188641562b0669b4.zip
doc: Fix some typos.
Diffstat (limited to 'include')
-rw-r--r--include/cmocka.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cmocka.h b/include/cmocka.h
index 4d0ecf9..9b85359 100644
--- a/include/cmocka.h
+++ b/include/cmocka.h
@@ -369,10 +369,10 @@ void will_return_always(#function, void *value);
* by this function. If the parameter is provided it must be allocated on the
* heap and doesn't need to be deallocated by the caller.
*
- * @param[in] #function The fuction to add a custom paramater checking function
- * for.
+ * @param[in] #function The function to add a custom parameter checking
+ * function for.
*
- * @param[in] #parameter The parametes passed to the function.
+ * @param[in] #parameter The parameters passed to the function.
*
* @param[in] #check_function The check function to call.
*