input.c: fix the comment for test_make_location_nonpure_range_endpoints
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 29 Aug 2016 20:52:10 +0000 (20:52 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 29 Aug 2016 20:52:10 +0000 (20:52 +0000)
gcc/ChangeLog:
* input.c
(selftest::test_make_location_nonpure_range_endpoints): Fix
header comment.

From-SVN: r239844

gcc/ChangeLog
gcc/input.c

index 478351818c2f006abd9b046f5e062e5c6a15a583..d59bc7dd92e981936749ef0dbb548215c3c936a3 100644 (file)
@@ -1,3 +1,9 @@
+2016-08-29  David Malcolm  <dmalcolm@redhat.com>
+
+       * input.c
+       (selftest::test_make_location_nonpure_range_endpoints): Fix
+       header comment.
+
 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
 
        * diagnostic-show-locus.c
index a3fe54209dd327a2e644a056d3dd4c67d5b7aafa..2ff7cb8e94365daa1c16be8267bd1f733f0f6b05 100644 (file)
@@ -1720,8 +1720,8 @@ test_builtins ()
 }
 
 /* Regression test for make_location.
-   Ensure that we use the caret locations of the start/finish, rather
-   than storing a packed or ad-hoc range as the start/finish.  */
+   Ensure that we use pure locations for the start/finish of the range,
+   rather than storing a packed or ad-hoc range as the start/finish.  */
 
 static void
 test_make_location_nonpure_range_endpoints (const line_table_case &case_)