aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@cygnus>1994-03-28 23:03:21 +0000
committerSean Eric Fagan <sef@cygnus>1994-03-28 23:03:21 +0000
commitf888e93ccafdf88bcacc813eab9144d781ac47fc (patch)
tree766f367817865f411660b4ec8c55e668f5cafa7b /bfd
parentdb7ea4ead52123786a42d77e50ba37550f21f84c (diff)
downloadgdb-f888e93ccafdf88bcacc813eab9144d781ac47fc.zip
gdb-f888e93ccafdf88bcacc813eab9144d781ac47fc.tar.gz
gdb-f888e93ccafdf88bcacc813eab9144d781ac47fc.tar.bz2
An annoying typo (faflse instead of false). Oopsie.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/nlm32-alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/nlm32-alpha.c b/bfd/nlm32-alpha.c
index 95cf34b..b18eb65 100644
--- a/bfd/nlm32-alpha.c
+++ b/bfd/nlm32-alpha.c
@@ -641,7 +641,7 @@ nlm_alpha_read_import (abfd, sym)
sym -> symbol.value = 0;
sym -> symbol.section = &bfd_und_section;
if (bfd_read ((PTR) temp, sizeof (temp), 1, abfd) != sizeof (temp))
- return faflse;
+ return false;
rcount = bfd_h_get_32 (abfd, temp);
nlm_relocs = ((struct nlm_relent *)
bfd_alloc (abfd, rcount * sizeof (struct nlm_relent)));