aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)));