diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-12-12 21:25:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-12-12 21:25:54 +0000 |
commit | 1518639ec4c952023ed8d1b73f31bb56fafd9929 (patch) | |
tree | 97b65a291a7939aebc42de2ef0ccccf5abd86f27 /bfd/nlmswap.h | |
parent | 92eb7b324474951c28d9f9555655b88aab733c5f (diff) | |
download | gdb-1518639ec4c952023ed8d1b73f31bb56fafd9929.zip gdb-1518639ec4c952023ed8d1b73f31bb56fafd9929.tar.gz gdb-1518639ec4c952023ed8d1b73f31bb56fafd9929.tar.bz2 |
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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/nlmswap.h b/bfd/nlmswap.h index 5a9ce72..e6d2886 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) |