diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-15 21:45:06 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-15 21:45:06 +0000 |
commit | d961ae3a3d6582872d402e4bf7439c89525a85d6 (patch) | |
tree | 51c527408becab45ec9307f29e5ba320f3bc0a8b /gcc/tree-ssa-loop-prefetch.c | |
parent | d9e3874e107358c43c4957d1e0730928a736b1e9 (diff) | |
download | gcc-d961ae3a3d6582872d402e4bf7439c89525a85d6.tar.gz |
* cfgcleanup.c, config/dfp-bit.c, expr.c, fold-const.c,
jump.c, mips-tfile.c, omp-low.c, sched-int.h,
tree-ssa-loop-prefetch.c, tree-vrp.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112971 138bc75d-0d04-0410-961f-82ee72b054a4
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 4b63d076be9..b58dbf6fccd 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) |