]> gcc.gnu.org Git - gcc.git/commitdiff
json.cc: fix comment
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 9 Nov 2018 13:25:33 +0000 (13:25 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 9 Nov 2018 13:25:33 +0000 (13:25 +0000)
gcc/ChangeLog:
* json.cc (selftest::test_writing_literals): Fix comment.

From-SVN: r265968

gcc/ChangeLog
gcc/json.cc

index 23accf398da0fbb297deea54a02e0219a8c534ab..6bdbaae01923a77f94a03e5ac6608ad9dfc51c3d 100644 (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
index a0c439560e974fa85016e067244b9f3b20591b28..46b6ef668f0358acff3da6830ed84e6dd4e250ea 100644 (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 ()
This page took 0.106567 seconds and 5 git commands to generate.