diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-14 01:48:07 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-14 01:48:07 +0000 |
| commit | 425f043367b8f0f833e819ad5c3dd12adc03c4e8 (patch) | |
| tree | 83f8d03f33750bad0265712e9db2c184030d6f95 /gcc/fortran/trans-array.c | |
| parent | 424b35f33cdc3e9f1c6f42299ec325930706b677 (diff) | |
| download | ppe42-gcc-425f043367b8f0f833e819ad5c3dd12adc03c4e8.tar.gz ppe42-gcc-425f043367b8f0f833e819ad5c3dd12adc03c4e8.zip | |
* intrinsic.texi: Fix typos.
* trans-array.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117722 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/trans-array.c')
| -rw-r--r-- | gcc/fortran/trans-array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c index f4d7ba5cca2..ba07f028f8d 100644 --- a/gcc/fortran/trans-array.c +++ b/gcc/fortran/trans-array.c @@ -4968,7 +4968,7 @@ gfc_trans_deferred_array (gfc_symbol * sym, tree body) gfc_set_backend_locus (&sym->declared_at); descriptor = sym->backend_decl; - /* Although static, derived types with deafult initializers and + /* Although static, derived types with default initializers and allocatable components must not be nulled wholesale; instead they are treated component by component. */ if (TREE_STATIC (descriptor) && !sym_has_alloc_comp) |

