summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/cmocka.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cmocka.h b/include/cmocka.h
index 60ec46f..8dfad97 100644
--- a/include/cmocka.h
+++ b/include/cmocka.h
@@ -188,7 +188,7 @@ cast_to_largest_integral_type(cast_to_pointer_integral_type(value))
* @defgroup cmocka_mock Mock Objects
* @ingroup cmocka
*
- * Mock objects mock objects are simulated objects that mimic the behavior of
+ * Mock objects are simulated objects that mimic the behavior of
* real objects. Instead of calling the real objects, the tested object calls a
* mock object that merely asserts that the correct methods were called, with
* the expected parameters, in the correct order.