summaryrefslogtreecommitdiff
path: root/libgfortran/generated/product_r10.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/product_r10.c')
-rw-r--r--libgfortran/generated/product_r10.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/product_r10.c b/libgfortran/generated/product_r10.c
index 091cec3ca61..26e3f04e69c 100644
--- a/libgfortran/generated/product_r10.c
+++ b/libgfortran/generated/product_r10.c
@@ -144,7 +144,7 @@ product_r10 (gfc_array_r10 * 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++;
@@ -296,7 +296,7 @@ mproduct_r10 (gfc_array_r10 * 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];