diff options
Diffstat (limited to 'tests/unity/unity.c')
-rw-r--r-- | tests/unity/unity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unity/unity.c b/tests/unity/unity.c index efc9c57ee..d8e488453 100644 --- a/tests/unity/unity.c +++ b/tests/unity/unity.c @@ -14,7 +14,7 @@ #define PROGMEM #endif -/* 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 |