Fix typo in README.m
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 16 Sep 2015 14:31:49 +0000 (10:31 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 16 Sep 2015 14:31:49 +0000 (10:31 -0400)
README.md

index c896431..0612826 100644 (file)
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ contains these and may be used by all packages.
 
 dlopen() and RTLD&#95;&#42; flags
 =================================
 
 dlopen() and RTLD&#95;&#42; flags
 =================================
-&lt;dlfn.h&gt; declares
+&lt;dlfcn.h&gt; declares
 
     enum { RTLD_NOW=0, RTLD_LAZY=1, RTLD_LOCAL=0, RTLD_GLOBAL=2,       RTLD_NOLOAD=4}; // 32-bit
     enum { RTLD_NOW=2, RTLD_LAZY=1, RTLD_LOCAL=0, RTLD_GLOBAL=0x00100, RTLD_NOLOAD=4}; // 64-bit
 
     enum { RTLD_NOW=0, RTLD_LAZY=1, RTLD_LOCAL=0, RTLD_GLOBAL=2,       RTLD_NOLOAD=4}; // 32-bit
     enum { RTLD_NOW=2, RTLD_LAZY=1, RTLD_LOCAL=0, RTLD_GLOBAL=0x00100, RTLD_NOLOAD=4}; // 64-bit