From ce3c413e077211c505465cb53d005342a5b1f96c Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 3 Jul 2008 00:51:05 +0000 Subject: [PATCH] Correct a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53064 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ExecutionEngine/JIT/JIT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ExecutionEngine/JIT/JIT.h b/lib/ExecutionEngine/JIT/JIT.h index 7366f944365..a7105e3f218 100644 --- a/lib/ExecutionEngine/JIT/JIT.h +++ b/lib/ExecutionEngine/JIT/JIT.h @@ -80,7 +80,7 @@ public: virtual Module *removeModuleProvider(ModuleProvider *MP, std::string *ErrInfo = 0); - /// run - Start execution with the specified function and arguments. + /// runFunction - Start execution with the specified function and arguments. /// virtual GenericValue runFunction(Function *F, const std::vector &ArgValues); -- 2.34.1