[fortran,patch] fix typos

Tobias Burnus burnus@net-b.de
Mon Oct 16 19:38:00 GMT 2006


Hi,

Bernhard Fischer wrote:
> On Mon, Oct 16, 2006 at 10:00:08AM +0200, Tobias Burnus wrote:
>   
> Just as a sidenote, these are supposed to be complete sentences,
> starting with an uppercase latter and ending with a fullstop.
>   
I realized this, when I looked at the changelog and wrote "Fixed a typo".

> where significand could also sometimes mean mantissa, i think
>   
I really should check more dictionaries :-(
The good old Oxford English Dictionary does not contain "significand"
and the Marriam-Webster does neither.

But Oxford's  "A Dictionary of Computing" indeed contains:
"In the context of computing, a more common name for the mantissa is the
'significand'."

> > 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.
>
> I'm reasonably sure that the word intended here was "non-contiguous",
> not "discontinuous".
I reverted to "discontiguous"; I also incorporated the change to
-Wimplicit-interface as suggested by Bernhard Fischer.

Is the following patch ok?

Tobias

2006-10-16  Tobias Burnus  <burnus@net-b.de>
        * primary.c: Revert 'significand' to 'significant' comment change.
        * invoke.texi (Warning Options): Minor cleanup for
-Wimplicit-interface.

2006-10-16  Tobias Burnus  <burnus@net-b.de>
        * m4/in_pack.m4: Fixed a typo.
        * m4/iforeach.m4: Fixed a typo.
        * m4/eoshift1.m4: Fixed a typo.
        * m4/eoshift3.m4: Fixed a typo.
        * m4/cshift1.m4: Fixed a typo.
        * m4/in_unpack.m4: Fixed a typo.
        * m4/reshape.m4: Fixed a typo.
        * m4/ifunction.m4: Fixed a typo.
        * runtime/environ.c: Fixed a typo.
        * runtime/in_pack_generic.c: Fixed a typo.
        * runtime/in_unpack_generic.c: Fixed a typo.
        * runtime/memory.c: Fixed a typo.
        * intrinsics/cshift0.c: Fixed a typo.
        * intrinsics/cpu_time.c: Fixed a typo.
        * intrinsics/pack_generic.c: Fixed a typo.
        * intrinsics/unpack_generic.c: Fixed a typo.
        * intrinsics/eoshift0.c: Fixed a typo.
        * intrinsics/eoshift2.c: Fixed a typo.
        * intrinsics/reshape_generic.c: Fixed a typo.
        * io/open.c: Fixed a typo.
        * io/list_read.c: Fixed a typo.
        * io/io.h: Fixed a typo.
        * io/transfer.c: Fixed a typo.
        * io/write.c: Fixed a typo.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: typo2.diff
Type: text/x-patch
Size: 18818 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20061016/aef6d228/attachment.bin>


More information about the Fortran mailing list