Fix a typo in a function name
authorAlex Denisov <1101.debian@gmail.com>
Fri, 2 Nov 2018 09:57:24 +0000 (09:57 +0000)
committerAlex Denisov <1101.debian@gmail.com>
Fri, 2 Nov 2018 09:57:24 +0000 (09:57 +0000)
commit31d012eb2f2d839c0e37bf65bb868441b90b3e33
treee96019098161adaa9c7dbe7bbaad2a621b670387
parent45a3ca7be7f2edf006ce2da66360483ee28b54b1
Fix a typo in a function name

Declaration and definition have slightly different names with a typo in the
declaration, which leads to a link error.
See the following bug report for more details: https://bugs.llvm.org/show_bug.cgi?id=39523

llvm-svn: 345960
llvm/include/llvm-c/ExecutionEngine.h