diff options
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r-- | gcc/sched-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h index d23fc82d807..da31ec9d8fb 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -897,7 +897,7 @@ struct _sd_iterator simply a pointer to the next element to allow easy deletion from the list. When a dep is being removed from the list the iterator will automatically advance because the value in *linkp will start - reffering to the next element. */ + referring to the next element. */ dep_link_t *linkp; /* True if the current list is a resolved one. */ |