summaryrefslogtreecommitdiff
path: root/libgfortran/generated/count_8_l4.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/count_8_l4.c')
-rw-r--r--libgfortran/generated/count_8_l4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/generated/count_8_l4.c b/libgfortran/generated/count_8_l4.c
index a322b1b1913..1a5451bf3e2 100644
--- a/libgfortran/generated/count_8_l4.c
+++ b/libgfortran/generated/count_8_l4.c
@@ -145,7 +145,7 @@ count_8_l4 (gfc_array_i8 * const restrict retarray,
the next dimension. */
count[n] = 0;
/* We could precalculate these products, but this is a less
- frequently used path so proabably not worth it. */
+ frequently used path so probably not worth it. */
base -= sstride[n] * extent[n];
dest -= dstride[n] * extent[n];
n++;