diff options
Diffstat (limited to 'gcc/graphite.h')
-rw-r--r-- | gcc/graphite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite.h b/gcc/graphite.h index 2565da704cf..83f8191fa96 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -425,7 +425,7 @@ struct scop c = 2a + b */ isl_set *param_context; - /* The context used internally by ISL. */ + /* The context used internally by isl. */ isl_ctx *isl_context; /* SCoP final schedule. */ |