diff options
author | bjsylvia <bjsylvia@163.com> | 2023-08-14 22:49:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-14 16:49:30 +0200 |
commit | 67ca457a0799cad73755b841bcac7e6a189923ed (patch) | |
tree | 7abfec0cfd067b044aca71d3d3b5db1ffd2ac88e /tests/unity/unity.c | |
parent | e01994dc6cd0d816664081a62a0985ded65852e7 (diff) | |
download | lvgl-67ca457a0799cad73755b841bcac7e6a189923ed.tar.gz lvgl-67ca457a0799cad73755b841bcac7e6a189923ed.zip |
fix: fix typos (#4451)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
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 |