diff options
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c index 24b16aa9a90..6f8995a6648 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 |