summaryrefslogtreecommitdiffstats
path: root/libgfortran/runtime/in_unpack_generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/runtime/in_unpack_generic.c')
-rw-r--r--libgfortran/runtime/in_unpack_generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/runtime/in_unpack_generic.c b/libgfortran/runtime/in_unpack_generic.c
index 8ca0fa53492..7c14355b809 100644
--- a/libgfortran/runtime/in_unpack_generic.c
+++ b/libgfortran/runtime/in_unpack_generic.c
@@ -136,7 +136,7 @@ internal_unpack (gfc_array_char * d, const void * s)
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] * size;
n++;
if (n == dim)
OpenPOWER on IntegriCloud