diff options
Diffstat (limited to 'libgfortran/generated/eoshift1_8.c')
-rw-r--r-- | libgfortran/generated/eoshift1_8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/generated/eoshift1_8.c b/libgfortran/generated/eoshift1_8.c index ea23adfaabf..0ca9844e293 100644 --- a/libgfortran/generated/eoshift1_8.c +++ b/libgfortran/generated/eoshift1_8.c @@ -199,7 +199,7 @@ eoshift1 (gfc_array_char * const restrict ret, 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. */ rptr -= rstride[n] * extent[n]; sptr -= sstride[n] * extent[n]; hptr -= hstride[n] * extent[n]; |