diff options
Diffstat (limited to 'libgfortran/generated/minloc0_4_i8.c')
-rw-r--r-- | libgfortran/generated/minloc0_4_i8.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/minloc0_4_i8.c b/libgfortran/generated/minloc0_4_i8.c index 8b03ceba63d..b8c2a206eee 100644 --- a/libgfortran/generated/minloc0_4_i8.c +++ b/libgfortran/generated/minloc0_4_i8.c @@ -128,7 +128,7 @@ minloc0_4_i8 (gfc_array_i4 * 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]; n++; if (n == rank) @@ -253,7 +253,7 @@ mminloc0_4_i8 (gfc_array_i4 * 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]; n++; |