diff options
Diffstat (limited to 'gcc/json.cc')
-rw-r--r-- | gcc/json.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/json.cc b/gcc/json.cc index a0c43956..46b6ef6 100644 --- a/gcc/json.cc +++ b/gcc/json.cc @@ -288,7 +288,7 @@ test_writing_strings () assert_print_eq (contains_quotes, "\"before \\\"quoted\\\" after\""); } -/* Verify that JSON strings are written correctly. */ +/* Verify that JSON literals are written correctly. */ static void test_writing_literals () |