diff options
author | dmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-08-29 20:52:10 +0000 |
---|---|---|
committer | dmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-08-29 20:52:10 +0000 |
commit | 1330da90d07f8b450f51d003017a04beef8c8095 (patch) | |
tree | 778a6b0f81e4efe0836af9d8cb4a7d841632e0aa /gcc/input.c | |
parent | a02b4eaefbd72ca7bbe26b9c8aad90ee18f9c506 (diff) | |
download | gcc-1330da90d07f8b450f51d003017a04beef8c8095.tar.gz |
input.c: fix the comment for test_make_location_nonpure_range_endpoints
gcc/ChangeLog:
* input.c
(selftest::test_make_location_nonpure_range_endpoints): Fix
header comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239844 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/input.c')
-rw-r--r-- | gcc/input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/input.c b/gcc/input.c index a3fe54209dd..2ff7cb8e943 100644 --- a/gcc/input.c +++ b/gcc/input.c @@ -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_) |