diff --git a/tests/chapter_13/valid/constants/constant_doubles.c b/tests/chapter_13/valid/constants/constant_doubles.c index e28a812b..d0a766f1 100644 --- a/tests/chapter_13/valid/constants/constant_doubles.c +++ b/tests/chapter_13/valid/constants/constant_doubles.c @@ -1,8 +1,8 @@ int main(void) { /* Define constant doubles in a few different formats, * and make sure we can lex all of them. - * Note that these can all be respresented exactly, - * without rounding + * Note that these can all be represented exactly, + * without rounding. */ /* Several ways to define 1 */ @@ -31,4 +31,4 @@ int main(void) { return 0; -} \ No newline at end of file +}