diff options
Diffstat (limited to 'libgfortran/generated/reshape_r4.c')
-rw-r--r-- | libgfortran/generated/reshape_r4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/reshape_r4.c b/libgfortran/generated/reshape_r4.c index acd73a4935a..72eb06e9af1 100644 --- a/libgfortran/generated/reshape_r4.c +++ b/libgfortran/generated/reshape_r4.c @@ -200,7 +200,7 @@ reshape_r4 (gfc_array_r4 * 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_r4 (gfc_array_r4 * 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) |