diff options
author | Kevin Enderby <enderby@apple.com> | 2012-02-17 19:26:00 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2012-02-17 19:26:00 +0000 |
commit | 1eb5cd9b746c2f56cd25711f823fd942bab3a161 (patch) | |
tree | 2e6f3142d4938aa83c19523073fc3eae692da433 /llvm/lib/MC/MCDisassembler/Disassembler.cpp | |
parent | f95d9f0a3a87472e83ab893b90c42d25d7df54b1 (diff) | |
download | bcm5719-llvm-1eb5cd9b746c2f56cd25711f823fd942bab3a161.tar.gz bcm5719-llvm-1eb5cd9b746c2f56cd25711f823fd942bab3a161.zip |
Fix typo in comment ldopen() -> dlopen().
llvm-svn: 150836
Diffstat (limited to 'llvm/lib/MC/MCDisassembler/Disassembler.cpp')
-rw-r--r-- | llvm/lib/MC/MCDisassembler/Disassembler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCDisassembler/Disassembler.cpp b/llvm/lib/MC/MCDisassembler/Disassembler.cpp index c6c67c5231f..3de6f64e976 100644 --- a/llvm/lib/MC/MCDisassembler/Disassembler.cpp +++ b/llvm/lib/MC/MCDisassembler/Disassembler.cpp @@ -40,7 +40,7 @@ LLVMDisasmContextRef LLVMCreateDisasm(const char *TripleName, void *DisInfo, // FIXME: Clients are responsible for initializing the targets. And this // would be done by calling routines in "llvm-c/Target.h" which are static // line functions. But the current use of LLVMCreateDisasm() is to dynamically - // load libLTO with ldopen() and then lookup the symbols using dlsym(). + // load libLTO with dlopen() and then lookup the symbols using dlsym(). // And since these initialize routines are static that does not work which // is why the call to them in this 'C' library API was added back. llvm::InitializeAllTargetInfos(); |