summaryrefslogtreecommitdiff
path: root/libgfortran/generated/maxval_i16.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/maxval_i16.c')
-rw-r--r--libgfortran/generated/maxval_i16.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/maxval_i16.c b/libgfortran/generated/maxval_i16.c
index 77412e50d32..a43a50698c0 100644
--- a/libgfortran/generated/maxval_i16.c
+++ b/libgfortran/generated/maxval_i16.c
@@ -146,7 +146,7 @@ maxval_i16 (gfc_array_i16 * 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];
dest -= dstride[n] * extent[n];
n++;
@@ -298,7 +298,7 @@ mmaxval_i16 (gfc_array_i16 * 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];
dest -= dstride[n] * extent[n];