diff options
Diffstat (limited to 'tests/unity/src/unity.c')
-rw-r--r-- | tests/unity/src/unity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unity/src/unity.c b/tests/unity/src/unity.c index d02610a..eee6f96 100644 --- a/tests/unity/src/unity.c +++ b/tests/unity/src/unity.c @@ -8,7 +8,7 @@ #include "unity.h" #include <stddef.h> -/* If omitted from header, declare overrideable prototypes here so they're ready for use */ +/* If omitted from header, declare overridable prototypes here so they're ready for use */ #ifdef UNITY_OMIT_OUTPUT_CHAR_HEADER_DECLARATION void UNITY_OUTPUT_CHAR(int); #endif |