diff options
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r-- | gcc/gimple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h index 523619204bc..219592f71cd 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -4800,7 +4800,7 @@ gimple_return_set_retval (gimple gs, tree retval) } -/* Returns true when the gimple statment STMT is any of the OpenMP types. */ +/* Returns true when the gimple statement STMT is any of the OpenMP types. */ #define CASE_GIMPLE_OMP \ case GIMPLE_OMP_PARALLEL: \ |