doc: Fix typo in expect_not_in_set_count().
authorAndreas Schneider <asn@cryptomilk.org>
Tue, 4 Jun 2013 11:49:07 +0000 (13:49 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 4 Jun 2013 11:49:07 +0000 (13:49 +0200)
include/cmocka.h

index 236743b..1dd9eda 100644 (file)
@@ -414,7 +414,7 @@ void expect_not_in_set(#function, #parameter, uintmax_t value_array[]);
  *
  * @see check_expected().
  */
-void expect_not_in_set(#function, #parameter, uintmax_t value_array[], size_t count);
+void expect_not_in_set_count(#function, #parameter, uintmax_t value_array[], size_t count);
 #else
 #define expect_not_in_set_count(function, parameter, value_array, count) \
     _expect_not_in_set( \