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/match.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/match.c')
-rw-r--r-- | gcc/fortran/match.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c index 93d7fab..29b6428 100644 --- a/gcc/fortran/match.c +++ b/gcc/fortran/match.c @@ -597,7 +597,7 @@ gfc_match_name_C (const char **buffer) c = gfc_next_char_literal (INSTRING_WARN); /* If the user put nothing expect spaces between the quotes, it is valid - and simply means there is no name= specifier and the name is the fortran + and simply means there is no name= specifier and the name is the Fortran symbol name, all lowercase. */ if (c == '"' || c == '\'') { @@ -5366,7 +5366,7 @@ gfc_match_select_type (void) array, which can have a reference, from other expressions that have references, such as derived type components, and are not allowed by the standard. - TODO; see is it is sufficent to exclude component and substring + TODO; see is it is sufficient to exclude component and substring references. */ class_array = expr1->expr_type == EXPR_VARIABLE && expr1->ts.type != BT_UNKNOWN |