diff options
Diffstat (limited to 'gcc/fortran/primary.c')
-rw-r--r-- | gcc/fortran/primary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/primary.c b/gcc/fortran/primary.c index e2eb467..bbaa517 100644 --- a/gcc/fortran/primary.c +++ b/gcc/fortran/primary.c @@ -2839,7 +2839,7 @@ gfc_match_rvalue (gfc_expr **result) procedure, yet it is not sure to be the name of a function. */ case FL_PROCEDURE: - /* Procedure Pointer Assignments. */ + /* Procedure Pointer Assignments. */ procptr0: if (gfc_matching_procptr_assignment) { |