aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-11-14 15:08:44 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-11-14 15:08:44 +0000
commitde8b11d83957bea77f77d078a4a55d69f4420e74 (patch)
treeeff7c8a9c565fc545270e4a1a147b3a9dec3de29 /libexec
parent69e19c5eafc54139e1b858773551ae0fc6dc8f39 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 2eebf220b5c70..67545dfba500a 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -3425,7 +3425,7 @@ locate_dependency(const Obj_Entry *obj, const char *name)
if (object_match_name(needed->obj, name))
return needed->obj;
}
- _rtld_error("%s: Unexpected inconsistency: dependency %s not found",
+ _rtld_error("%s: Unexpected inconsistency: dependency %s not found",
obj->path, name);
die();
}