doc: Fix typo in expect_not_in_set_count().
diff --git a/include/cmocka.h b/include/cmocka.h
index 236743b..1dd9eda 100644
--- a/include/cmocka.h
+++ b/include/cmocka.h
@@ -414,7 +414,7 @@
  *
  * @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( \