diff options
Diffstat (limited to 'gdb/opencl-lang.c')
-rw-r--r-- | gdb/opencl-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/opencl-lang.c b/gdb/opencl-lang.c index 2132778..939757d 100644 --- a/gdb/opencl-lang.c +++ b/gdb/opencl-lang.c @@ -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 * |