diff options
author | Tobias Burnus <burnus@net-b.de> | 2012-05-30 08:26:09 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2012-05-30 08:26:09 +0200 |
commit | eea58adb130013762b585f149c2dfaddb2072818 (patch) | |
tree | 9bfa6519970c4abc5a0985c4591c2340cd3eb151 /gcc/fortran/trans-common.c | |
parent | fa95aa254783764ed1969f1ea937ddb198bb360f (diff) | |
download | gcc-eea58adb130013762b585f149c2dfaddb2072818.zip gcc-eea58adb130013762b585f149c2dfaddb2072818.tar.gz gcc-eea58adb130013762b585f149c2dfaddb2072818.tar.bz2 |
decl.c: Fix comment typos.
2012-05-30 Tobias Burnus <burnus@net-b.de>
* decl.c: Fix comment typos.
* expr.c: Ditto.
* frontend-passes.c: Ditto.
* match.c: Ditto.
* resolve.c: Ditto.
* trans-array.c: Ditto.
* trans-common.c: Ditto.
* trans-intrinsic.c: Ditto.
* trans-types.c: Ditto.
2012-05-30 Tobias Burnus <burnus@net-b.de>
* io/io.h: Fix comment typos.
* io/list_read.c: Ditto.
From-SVN: r188000
Diffstat (limited to 'gcc/fortran/trans-common.c')
-rw-r--r-- | gcc/fortran/trans-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c index ce7114f..695c4f5 100644 --- a/gcc/fortran/trans-common.c +++ b/gcc/fortran/trans-common.c @@ -86,7 +86,7 @@ along with GCC; see the file COPYING3. If not see Each segment is described by a chain of segment_info structures. Each segment_info structure describes the extents of a single variable within the segment. This list is maintained in the order the elements are - positioned withing the segment. If two elements have the same starting + positioned within the segment. If two elements have the same starting offset the smaller will come first. If they also have the same size their ordering is undefined. |