summaryrefslogtreecommitdiff
path: root/bfd/nlmswap.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-12-12 21:25:54 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-12-12 21:25:54 +0000
commit328a1d6dc9a9f9f4422a47217a4d95416dafad4e (patch)
tree2fa8138f13be78e088edd4b224993eff1924d4b2 /bfd/nlmswap.h
parentf9172b3f454001a74ce7f837807aecd31ce3a737 (diff)
downloadbinutils-redhat-328a1d6dc9a9f9f4422a47217a4d95416dafad4e.tar.gz
2000-12-12 Kazu Hirata <kazu@hxi.com>
* m68klinux.c: Fix formatting. * m68knetbsd.c: Likewise. * mipsbsd.c: Likewise. * netbsd-core.c: Likewise. * netbsd.h: Likewise. * newsos3.c: Likewise. * nlm32-alpha.c: Likewise. * nlm32-i386.c: Likewise. * nlm32-ppc.c: Likewise. * nlm32-sparc.c: Likewise. * nlmcode.h: Likewise. * nlmswap.h: Likewise. * nlm-target.h: Likewise. * ns32knetbsd.c: Likewise.
Diffstat (limited to 'bfd/nlmswap.h')
-rw-r--r--bfd/nlmswap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/nlmswap.h b/bfd/nlmswap.h
index 5a9ce7268d..e6d28862d8 100644
--- a/bfd/nlmswap.h
+++ b/bfd/nlmswap.h
@@ -36,7 +36,7 @@ static void nlm_swap_fixed_header_out PARAMS ((bfd *,
PTR));
/* Translate an NLM fixed length file header in external format into an NLM
- file header in internal format. */
+ file header in internal format. */
static void
nlm_swap_fixed_header_in (abfd, realsrc, dst)
@@ -96,7 +96,7 @@ nlm_swap_fixed_header_in (abfd, realsrc, dst)
}
/* Translate an NLM fixed length file header in internal format into
- an NLM file header in external format. */
+ an NLM file header in external format. */
static void
nlm_swap_fixed_header_out (abfd, src, realdst)