diff options
Diffstat (limited to 'libgfortran/generated/minloc1_16_i4.c')
-rw-r--r-- | libgfortran/generated/minloc1_16_i4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/minloc1_16_i4.c b/libgfortran/generated/minloc1_16_i4.c index 6a42d90baa4..64925cdf132 100644 --- a/libgfortran/generated/minloc1_16_i4.c +++ b/libgfortran/generated/minloc1_16_i4.c @@ -152,7 +152,7 @@ minloc1_16_i4 (gfc_array_i16 * 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++; @@ -309,7 +309,7 @@ mminloc1_16_i4 (gfc_array_i16 * 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]; |