diff options
Diffstat (limited to 'gcc/config/i386/winnt.c')
| -rw-r--r-- | gcc/config/i386/winnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c index f8a36ff..d80db9e 100644 --- a/gcc/config/i386/winnt.c +++ b/gcc/config/i386/winnt.c @@ -155,7 +155,7 @@ i386_pe_dllimport_p (tree decl) /* The DECL_DLLIMPORT_P flag was set for decls in the class definition by targetm.cxx.adjust_class_at_definition. Check again to emit - warnings if the class attribute has been overriden by an + warnings if the class attribute has been overridden by an out-of-class definition. */ if (associated_type (decl) && lookup_attribute ("dllimport", |
