diff options
Diffstat (limited to 'libgfortran/generated/all_l16.c')
-rw-r--r-- | libgfortran/generated/all_l16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/generated/all_l16.c b/libgfortran/generated/all_l16.c index 91f342aee1d..4ad871d306a 100644 --- a/libgfortran/generated/all_l16.c +++ b/libgfortran/generated/all_l16.c @@ -149,7 +149,7 @@ all_l16 (gfc_array_l16 * 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++; |