diff options
Diffstat (limited to 'gcc/fortran/trans.c')
-rw-r--r-- | gcc/fortran/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans.c b/gcc/fortran/trans.c index 70630cb..c4ae366 100644 --- a/gcc/fortran/trans.c +++ b/gcc/fortran/trans.c @@ -314,7 +314,7 @@ gfc_build_array_ref (tree base, tree offset) } -/* Given a funcion declaration FNDECL and an argument list ARGLIST, +/* Given a function declaration FNDECL and an argument list ARGLIST, build a CALL_EXPR. */ tree |