diff options
Diffstat (limited to 'gcc/c-incpath.c')
-rw-r--r-- | gcc/c-incpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-incpath.c b/gcc/c-incpath.c index 377653021a5..efcd19b5ea5 100644 --- a/gcc/c-incpath.c +++ b/gcc/c-incpath.c @@ -208,7 +208,7 @@ remove_duplicates (cpp_reader *pfile, struct cpp_path *head, if (!tmp) { - /* Dupicate of something earlier in the same chain? */ + /* Duplicate of something earlier in the same chain? */ reason = REASON_DUP; for (tmp = head; tmp != cur; tmp = tmp->next) if (INO_T_EQ (cur->ino, tmp->ino) && cur->dev == tmp->dev) |