diff options
author | Phil Blundell <philb@gnu.org> | 2000-05-14 18:53:18 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-05-14 18:53:18 +0000 |
commit | 5e6cbf410d036264fabdb28319642462d470f516 (patch) | |
tree | 51e740c417aef665189d00259213ef45f52d79ce /gas/config/te-aux.h | |
parent | 1bde2d57d9502fc3bc7e3f4d420470abd247b47d (diff) | |
download | gdb-5e6cbf410d036264fabdb28319642462d470f516.zip gdb-5e6cbf410d036264fabdb28319642462d470f516.tar.gz gdb-5e6cbf410d036264fabdb28319642462d470f516.tar.bz2 |
Apply David O'Brien's comment patch.
Diffstat (limited to 'gas/config/te-aux.h')
-rw-r--r-- | gas/config/te-aux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/te-aux.h b/gas/config/te-aux.h index da6fa01..38445d9 100644 --- a/gas/config/te-aux.h +++ b/gas/config/te-aux.h @@ -2,7 +2,7 @@ /* From obj-coff.h: This internal_lineno crap is to stop namespace pollution from the - bfd internal coff headerfile. */ + bfd internal coff headerfile. */ #define internal_lineno bfd_internal_lineno #include "coff/aux-coff.h" /* override bits in coff/internal.h */ #undef internal_lineno |