summaryrefslogtreecommitdiff
path: root/binutils/binemul.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-07-18 14:16:51 +0000
committerNick Clifton <nickc@redhat.com>2005-07-18 14:16:51 +0000
commit55b962b9e9c60ce654cf0b4033be888a0157159e (patch)
tree52076a17638232673ef034d284c454aafddacb3d /binutils/binemul.h
parent28ed9ab5c7c64bfb90344ead1b89a41488f6f724 (diff)
downloadbinutils-redhat-55b962b9e9c60ce654cf0b4033be888a0157159e.tar.gz
Fix spelling of Red Hat
Diffstat (limited to 'binutils/binemul.h')
-rw-r--r--binutils/binemul.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/binemul.h b/binutils/binemul.h
index c03cff0c4c..53bbbd2de2 100644
--- a/binutils/binemul.h
+++ b/binutils/binemul.h
@@ -1,6 +1,6 @@
/* Binutils emulation layer.
Copyright 2002, 2003 Free Software Foundation, Inc.
- Written by Tom Rix, Redhat.
+ Written by Tom Rix, Red Hat Inc.
This file is part of GNU Binutils.
@@ -40,7 +40,7 @@ extern bfd_boolean ar_emul_default_parse_arg (char *);
fprintf (fp, _(" emulation options: \n"))
#define AR_EMUL_ELEMENT_CHECK(abfd, file_name) \
- do { if ((abfd) == (bfd *) NULL) bfd_fatal (file_name); } while (0)
+ do { if ((abfd) == NULL) bfd_fatal (file_name); } while (0)
#define AR_EMUL_APPEND_PRINT_VERBOSE(verbose, file_name) \
do { if (verbose) printf ("a - %s\n", file_name); } while (0)