From fa9516946c7076c902f1fd8e96add1a37d83f8b4 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Mon, 16 Oct 2006 13:17:29 +0200 Subject: trans-stmt.c: Fix a typo 2006-10-16 Tobias Burnus * trans-stmt.c: Fix a typo * invoke.texi: Fix typos * resolve.c: Fix a comment typo * trans-decl.c: Fix a comment typo * primary.c: Fix a comment typo From-SVN: r117781 --- gcc/fortran/invoke.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/fortran/invoke.texi') diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index b742d169..46701b7 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -845,13 +845,13 @@ with code compiled without this option, and may execute slower. @item -frepack-arrays @cindex Repacking arrays In some circumstances GNU Fortran may pass assumed shape array -sections via a descriptor describing a discontiguous area of memory. +sections via a descriptor describing a discontinuous area of memory. This option adds code to the function prologue to repack the data into a contiguous block at runtime. This should result in faster accesses to the array. However it can introduce significant overhead to the function call, especially when the passed data -is discontiguous. +is discontinuous. @cindex -fshort-enums @item -fshort-enums -- cgit v1.1