summaryrefslogtreecommitdiff
path: root/libgfortran/generated/reshape_r10.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/reshape_r10.c')
-rw-r--r--libgfortran/generated/reshape_r10.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/reshape_r10.c b/libgfortran/generated/reshape_r10.c
index fe514c72173..5069e45cdb1 100644
--- a/libgfortran/generated/reshape_r10.c
+++ b/libgfortran/generated/reshape_r10.c
@@ -200,7 +200,7 @@ reshape_r10 (gfc_array_r10 * 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_r10 (gfc_array_r10 * 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)