Try harder to find the correct symbol to associate with OPEN GNU BUILD notes.
[binutils-gdb.git] / binutils / rclex.c
index 96ed3937252c2f3aeabdb29533e5ae851912a4b8..71a91372ee89c6076f84e4a916c20999c353dd1d 100644 (file)
@@ -1,6 +1,6 @@
 /* rclex.c -- lexer for Windows rc files parser  */
 
-/* Copyright (C) 1997-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2017 Free Software Foundation, Inc.
 
    Written by Kai Tietz, Onevision.
 
@@ -40,7 +40,7 @@
 
 static int rcdata_mode;
 
-/* Whether we are supressing lines from cpp (including windows.h or
+/* Whether we are suppressing lines from cpp (including windows.h or
    headers from your C sources may bring in externs and typedefs).
    When active, we return IGNORED_TOKEN, which lets us ignore these
    outside of resource constructs.  Thus, it isn't required to protect