diff options
Diffstat (limited to 'libgfortran/generated/reshape_c16.c')
-rw-r--r-- | libgfortran/generated/reshape_c16.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/reshape_c16.c b/libgfortran/generated/reshape_c16.c index c176f2f511d..cc1fd0dec5b 100644 --- a/libgfortran/generated/reshape_c16.c +++ b/libgfortran/generated/reshape_c16.c @@ -200,7 +200,7 @@ reshape_c16 (gfc_array_c16 * 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_c16 (gfc_array_c16 * 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) |