diff options
Diffstat (limited to 'libgfortran/generated/sum_c8.c')
-rw-r--r-- | libgfortran/generated/sum_c8.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/sum_c8.c b/libgfortran/generated/sum_c8.c index d5bd3aa029c..18e45c39812 100644 --- a/libgfortran/generated/sum_c8.c +++ b/libgfortran/generated/sum_c8.c @@ -144,7 +144,7 @@ sum_c8 (gfc_array_c8 * 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++; @@ -296,7 +296,7 @@ msum_c8 (gfc_array_c8 * 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]; mbase -= mstride[n] * extent[n]; dest -= dstride[n] * extent[n]; |