An annoying typo (faflse instead of false). Oopsie.
authorSean Eric Fagan <sef@cygnus>
Mon, 28 Mar 1994 23:03:21 +0000 (23:03 +0000)
committerSean Eric Fagan <sef@cygnus>
Mon, 28 Mar 1994 23:03:21 +0000 (23:03 +0000)
bfd/nlm32-alpha.c

index 95cf34b..b18eb65 100644 (file)
@@ -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)));