diff options
Diffstat (limited to 'gdb/opencl-lang.c')
-rw-r--r-- | gdb/opencl-lang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/opencl-lang.c b/gdb/opencl-lang.c index 2132778..b3286ff 100644 --- a/gdb/opencl-lang.c +++ b/gdb/opencl-lang.c @@ -1,5 +1,5 @@ /* OpenCL language support for GDB, the GNU debugger. - Copyright (C) 2010-2024 Free Software Foundation, Inc. + Copyright (C) 2010-2025 Free Software Foundation, Inc. Contributed by Ken Werner <ken.werner@de.ibm.com>. @@ -581,7 +581,7 @@ vector_relop (struct expression *exp, struct value *val1, struct value *val2, /* Perform a cast of ARG into TYPE. There's sadly a lot of duplication in here from valops.c:value_cast, opencl is different only in the - behaviour of scalar to vector casting. As far as possibly we're going + behavior of scalar to vector casting. As far as possibly we're going to try and delegate back to the standard value_cast function. */ struct value * |