diff options
Diffstat (limited to 'gcc/incpath.h')
-rw-r--r-- | gcc/incpath.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/incpath.h b/gcc/incpath.h index fe48194..c6470816 100644 --- a/gcc/incpath.h +++ b/gcc/incpath.h @@ -22,8 +22,8 @@ enum incpath_kind { INC_QUOTE = 0, /* include "foo" */ INC_BRACKET, /* include <foo> */ - INC_SYSTEM, /* sysinclude */ - INC_AFTER, /* post-sysinclude. */ + INC_SYSTEM, /* sys-include */ + INC_AFTER, /* post-sysinclude */ INC_MAX }; |