diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-13 04:46:34 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-13 04:46:34 +0000 |
commit | 47ae02b70c395550e01975e649e37f6ea829dac5 (patch) | |
tree | b334918063791e89f97a111eb02e3d0c9f8a766e /gcc/jit | |
parent | d7d884cefe202081bff234e3bd0a3dcaed79d5a1 (diff) | |
download | gcc-47ae02b70c395550e01975e649e37f6ea829dac5.tar.gz |
Fix double word typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jit')
-rw-r--r-- | gcc/jit/jit-playback.c | 2 | ||||
-rw-r--r-- | gcc/jit/jit-recording.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/jit/jit-playback.c b/gcc/jit/jit-playback.c index 9f8ec4ae57d..8d0c210a556 100644 --- a/gcc/jit/jit-playback.c +++ b/gcc/jit/jit-playback.c @@ -2657,7 +2657,7 @@ location_comparator (const void *lhs, const void *rhs) linemap API requires locations to be created in ascending order as if we were tokenizing files. - This hook sorts all of the the locations that have been created, and + This hook sorts all of the locations that have been created, and calls into the linemap API, creating linemap entries in sorted order for our locations. */ diff --git a/gcc/jit/jit-recording.c b/gcc/jit/jit-recording.c index a653205040e..d888b0e52c8 100644 --- a/gcc/jit/jit-recording.c +++ b/gcc/jit/jit-recording.c @@ -850,7 +850,7 @@ recording::context::new_function_ptr_type (recording::location *, /* unused loc param_types, is_variadic); - /* Return a pointer-type to the the function type. */ + /* Return a pointer-type to the function type. */ return fn_type->get_pointer (); } |