From f888e93ccafdf88bcacc813eab9144d781ac47fc Mon Sep 17 00:00:00 2001 From: Sean Eric Fagan Date: Mon, 28 Mar 1994 23:03:21 +0000 Subject: [PATCH] An annoying typo (faflse instead of false). Oopsie. --- bfd/nlm32-alpha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))); -- 2.7.4