aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorcomex2015-07-16 00:20:27 -0400
committercomex2015-07-16 00:20:27 -0400
commit2be629dd0ebc57a932e9894e20c766f9715e6b94 (patch)
tree07f1363fe91b16f20b9647389f6cadfb70048c13 /lib
parentordering (diff)
downloadsubstitute-2be629dd0ebc57a932e9894e20c766f9715e6b94.tar.gz
typo
Diffstat (limited to 'lib')
-rw-r--r--lib/darwin/find-syms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/darwin/find-syms.c b/lib/darwin/find-syms.c
index cb7b743..4c525ea 100644
--- a/lib/darwin/find-syms.c
+++ b/lib/darwin/find-syms.c
@@ -288,7 +288,7 @@ static void inspect_dyld() {
ImageLoaderMachO_machHeader = syms[1];
}
-/* 'dlopen_header' keeps the image alive */
+/* 'dlhandle' keeps the image alive */
EXPORT
struct substitute_image *substitute_open_image(const char *filename) {
pthread_once(&dyld_inspect_once, inspect_dyld);