mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
An annoying typo (faflse instead of false). Oopsie.
This commit is contained in:
parent
db7ea4ead5
commit
f888e93cca
@ -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)));
|
||||
|
Loading…
Reference in New Issue
Block a user