From d9ec26b6578cfde9d7fb605787c9878ccd623893 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 25 Jun 2003 06:40:27 +0000 Subject: Correct spelling of "relocatable". --- ld/ldfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/ldfile.c') diff --git a/ld/ldfile.c b/ld/ldfile.c index 4806534a74..79d3b48f27 100644 --- a/ld/ldfile.c +++ b/ld/ldfile.c @@ -338,7 +338,7 @@ ldfile_open_file_search (arch, entry, lib, suffix) { char *string; - if (entry->dynamic && ! link_info.relocateable) + if (entry->dynamic && ! link_info.relocatable) { if (ldemul_open_dynamic_archive (arch, search, entry)) { -- cgit v1.2.1