aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2002-09-14 14:00:16 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-14 14:00:16 +0000
commit3dc60fc75491e4126cf8eb2f365ae505928ee8b1 (patch)
treee26ca99b76fc7aa743cf3c77d92c084351d0fbf4 /gcc/loop.c
parenta920aefe8d8c8afbe7ae6566796bce329cf95d5f (diff)
downloadgcc-3dc60fc75491e4126cf8eb2f365ae505928ee8b1.zip
gcc-3dc60fc75491e4126cf8eb2f365ae505928ee8b1.tar.gz
gcc-3dc60fc75491e4126cf8eb2f365ae505928ee8b1.tar.bz2
* loop.c: Fix a comment typo.
From-SVN: r57145
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 24b16aa..6f8995a 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -3583,7 +3583,7 @@ struct prefetch_info
HOST_WIDE_INT index;
HOST_WIDE_INT stride; /* Prefetch stride in bytes in each
iteration. */
- unsigned int bytes_accessed; /* Sum of sizes of all acceses to this
+ unsigned int bytes_accessed; /* Sum of sizes of all accesses to this
prefetch area in one iteration. */
unsigned int total_bytes; /* Total bytes loop will access in this block.
This is set only for loops with known