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