diff options
Diffstat (limited to 'libgfortran/generated/reshape_i16.c')
-rw-r--r-- | libgfortran/generated/reshape_i16.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/reshape_i16.c b/libgfortran/generated/reshape_i16.c index e7767dc8df9..0b4da5c957f 100644 --- a/libgfortran/generated/reshape_i16.c +++ b/libgfortran/generated/reshape_i16.c @@ -200,7 +200,7 @@ reshape_16 (gfc_array_i16 * const restrict ret, the next dimension. */ rcount[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. */ rptr -= rstride[n] * rextent[n]; n++; if (n == rdim) @@ -223,7 +223,7 @@ reshape_16 (gfc_array_i16 * const restrict ret, the next dimension. */ scount[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. */ src -= sstride[n] * sextent[n]; n++; if (n == sdim) |