diff options
Diffstat (limited to 'libgfortran/generated/cshift1_4.c')
-rw-r--r-- | libgfortran/generated/cshift1_4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/generated/cshift1_4.c b/libgfortran/generated/cshift1_4.c index 8eba7b331aa..1b3d07f2942 100644 --- a/libgfortran/generated/cshift1_4.c +++ b/libgfortran/generated/cshift1_4.c @@ -175,7 +175,7 @@ cshift1 (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]; |