summaryrefslogtreecommitdiff
path: root/bfd/nlmcode.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-06-02 13:43:13 +0000
committerNick Clifton <nickc@redhat.com>2011-06-02 13:43:13 +0000
commit90a702129edc75987780dc6e8d6897c6d780e926 (patch)
tree1c42497f1e891f6c6137c8e2d3eb943dad3840c3 /bfd/nlmcode.h
parent96f8560833d7e10d4c69426300ee041f16252e87 (diff)
downloadbinutils-redhat-90a702129edc75987780dc6e8d6897c6d780e926.tar.gz
Fix spelling mistakes.
Diffstat (limited to 'bfd/nlmcode.h')
-rw-r--r--bfd/nlmcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/nlmcode.h b/bfd/nlmcode.h
index 21d2236353..ba0c9c6c5b 100644
--- a/bfd/nlmcode.h
+++ b/bfd/nlmcode.h
@@ -1,6 +1,6 @@
/* NLM (NetWare Loadable Module) executable support for BFD.
Copyright 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007 Free Software Foundation, Inc.
+ 2005, 2006, 2007, 2011 Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support, using ELF support as the
template.
@@ -491,7 +491,7 @@ nlm_object_p (bfd *abfd)
NLM_SIGNATURE_SIZE) != 0)
goto got_wrong_format_error;
- /* There's no supported way to discover the endianess of an NLM, so test for
+ /* There's no supported way to discover the endianness of an NLM, so test for
a sane version number after doing byte swapping appropriate for this
XVEC. (Hack alert!) */
if (i_fxdhdrp->version > 0xFFFF)