diff options
Diffstat (limited to 'gcc/fortran/gfortran.h')
-rw-r--r-- | gcc/fortran/gfortran.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index d5d28f2..1370124 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -1157,7 +1157,7 @@ typedef struct gfc_entry_list int id; /* The LABEL_EXPR marking this entry point. */ tree label; - /* The nest item in the list. */ + /* The next item in the list. */ struct gfc_entry_list *next; } gfc_entry_list; |