diff options
Diffstat (limited to 'gcc/jit/jit-recording.c')
-rw-r--r-- | gcc/jit/jit-recording.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); } |