diff options
Diffstat (limited to 'gcc/tree-ssa-loop-prefetch.c')
-rw-r--r-- | gcc/tree-ssa-loop-prefetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-prefetch.c b/gcc/tree-ssa-loop-prefetch.c index 4b63d07..b58dbf6 100644 --- a/gcc/tree-ssa-loop-prefetch.c +++ b/gcc/tree-ssa-loop-prefetch.c @@ -204,7 +204,7 @@ struct mem_ref struct mem_ref *next; /* The next reference in the group. */ }; -/* Dumps information obout reference REF to FILE. */ +/* Dumps information about reference REF to FILE. */ static void dump_mem_ref (FILE *file, struct mem_ref *ref) |