From: Sean Eric Fagan Date: Mon, 28 Mar 1994 23:03:21 +0000 (+0000) Subject: An annoying typo (faflse instead of false). Oopsie. X-Git-Tag: gdb-4_18~14990 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f888e93ccafdf88bcacc813eab9144d781ac47fc;p=platform%2Fupstream%2Fbinutils.git An annoying typo (faflse instead of false). Oopsie. --- 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)));