json.cc: fix comment

gcc/ChangeLog:
	* json.cc (selftest::test_writing_literals): Fix comment.

From-SVN: r265968
This commit is contained in:
David Malcolm 2018-11-09 13:25:33 +00:00 committed by David Malcolm
parent 207286c314
commit 9ed3186036
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-11-09 David Malcolm <dmalcolm@redhat.com>
* json.cc (selftest::test_writing_literals): Fix comment.
2018-11-09 Martin Liska <mliska@suse.cz>
* config/aarch64/aarch64.c (aarch64_parse_arch): Do not copy

View File

@ -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 ()