[fortran,patch] fix typos

Brooks Moses bmoses@stanford.edu
Mon Oct 16 19:03:00 GMT 2006


Tobias Burnus wrote:
> Index: invoke.texi
> ===================================================================
> --- invoke.texi	(Revision 117780)
> +++ invoke.texi	(Arbeitskopie)
> @@ -845,13 +845,13 @@
>  @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
> Index: resolve.c

I'm reasonably sure that the word intended here was "non-contiguous", 
not "discontinuous".

- Brooks



More information about the Fortran mailing list