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);