diff options
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 e634154..ca00949 100644 --- a/gcc/fortran/trans-array.c +++ b/gcc/fortran/trans-array.c @@ -286,7 +286,7 @@ gfc_conv_descriptor_ubound (tree desc, tree dim) } -/* Build an null array descriptor constructor. */ +/* Build a null array descriptor constructor. */ tree gfc_build_null_descriptor (tree type) |