diff options
Diffstat (limited to 'libgfortran/m4/in_unpack.m4')
-rw-r--r-- | libgfortran/m4/in_unpack.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/m4/in_unpack.m4 b/libgfortran/m4/in_unpack.m4 index d6ee7c6f738..d0438f71e07 100644 --- a/libgfortran/m4/in_unpack.m4 +++ b/libgfortran/m4/in_unpack.m4 @@ -94,7 +94,7 @@ void 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. */ dest -= stride[n] * extent[n]; n++; if (n == dim) |