aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-common.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-05-28 17:56:58 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-05-28 17:56:58 +0000
commite2ae1407d3a0429fada6ff23f38ebf96bd62bd73 (patch)
tree1d6fbca31fbb7ea3c1d9f05ad47314e85c20179f /gcc/fortran/trans-common.c
parentddd0b831ebc6cebb6950b3b7b00348f6bdd47c86 (diff)
downloadgcc-e2ae1407d3a0429fada6ff23f38ebf96bd62bd73.zip
gcc-e2ae1407d3a0429fada6ff23f38ebf96bd62bd73.tar.gz
gcc-e2ae1407d3a0429fada6ff23f38ebf96bd62bd73.tar.bz2
check.c, [...]: Fix comment typos.
* check.c, expr.c, resolve.c, trans-common.c, trans-intrinsic.c, trans-stmt.c, trans-types.c: Fix comment typos. From-SVN: r114170
Diffstat (limited to 'gcc/fortran/trans-common.c')
-rw-r--r--gcc/fortran/trans-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c
index bf19d12..856eeeb 100644
--- a/gcc/fortran/trans-common.c
+++ b/gcc/fortran/trans-common.c
@@ -84,7 +84,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
a diagonal matrix in the matrix formulation.
Each segment is described by a chain of segment_info structures. Each
- segment_info structure describes the extents of a single varible within
+ 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
offset the smaller will come first. If they also have the same size their