aboutsummaryrefslogtreecommitdiff
path: root/gcc/json.cc
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2018-11-09 13:25:33 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2018-11-09 13:25:33 +0000
commit9ed3186036f25d9dd870cc2a02bfdf6fc31cde42 (patch)
treed33e8dc8ad96768f97fe7321c068b89b9d778c18 /gcc/json.cc
parent207286c31460c9f0d31c1568bd3de86c8f8b9187 (diff)
downloadgcc-9ed3186036f25d9dd870cc2a02bfdf6fc31cde42.zip
gcc-9ed3186036f25d9dd870cc2a02bfdf6fc31cde42.tar.gz
gcc-9ed3186036f25d9dd870cc2a02bfdf6fc31cde42.tar.bz2
json.cc: fix comment
gcc/ChangeLog: * json.cc (selftest::test_writing_literals): Fix comment. From-SVN: r265968
Diffstat (limited to 'gcc/json.cc')
-rw-r--r--gcc/json.cc2
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 ()