diff options
Diffstat (limited to 'libgfortran/generated/in_unpack_i4.c')
-rw-r--r-- | libgfortran/generated/in_unpack_i4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/generated/in_unpack_i4.c b/libgfortran/generated/in_unpack_i4.c index 01363492103..3ac0298bcd1 100644 --- a/libgfortran/generated/in_unpack_i4.c +++ b/libgfortran/generated/in_unpack_i4.c @@ -91,7 +91,7 @@ internal_unpack_4 (gfc_array_i4 * d, const GFC_INTEGER_4 * src) 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) |