diff options
Diffstat (limited to 'gcc/hsa-common.c')
-rw-r--r-- | gcc/hsa-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/hsa-common.c b/gcc/hsa-common.c index 6af5d0f6ddb..4b067913734 100644 --- a/gcc/hsa-common.c +++ b/gcc/hsa-common.c @@ -95,7 +95,7 @@ hsa_callable_function_p (tree fndecl) && !lookup_attribute ("oacc function", DECL_ATTRIBUTES (fndecl))); } -/* Allocate HSA structures that are are used when dealing with different +/* Allocate HSA structures that are used when dealing with different functions. */ void |