From ba1dfd31ca31d0c979b63f6257ae79f26de0175f Mon Sep 17 00:00:00 2001 From: James Hamilton Date: Mon, 2 Sep 2024 18:04:02 +0200 Subject: [PATCH] Fix typo in constant_doubles.c --- tests/chapter_13/valid/constants/constant_doubles.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}