diff options
Diffstat (limited to 'libgfortran/generated/in_pack_c16.c')
-rw-r--r-- | libgfortran/generated/in_pack_c16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/generated/in_pack_c16.c b/libgfortran/generated/in_pack_c16.c index ca6af477ef9..912858b35f2 100644 --- a/libgfortran/generated/in_pack_c16.c +++ b/libgfortran/generated/in_pack_c16.c @@ -102,7 +102,7 @@ internal_pack_c16 (gfc_array_c16 * source) 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. */ src -= stride[n] * extent[n]; n++; if (n == dim) |