aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.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-stmt.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-stmt.c')
-rw-r--r--gcc/fortran/trans-stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-stmt.c b/gcc/fortran/trans-stmt.c
index ab7d5a5..562e6f1 100644
--- a/gcc/fortran/trans-stmt.c
+++ b/gcc/fortran/trans-stmt.c
@@ -1150,7 +1150,7 @@ gfc_trans_integer_select (gfc_code * code)
internal representation of CASE(N).
In the first and second case, we need to set a value for
- high. In the thirth case, we don't because the GCC middle
+ high. In the third case, we don't because the GCC middle
end represents a single case value by just letting high be
a NULL_TREE. We can't do that because we need to be able
to represent unbounded cases. */