From da7379cc57963fe63cf258b94c25d62318f5573c Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 11 Aug 2007 15:57:56 +0000 Subject: [PATCH] Fix a comment typo noticed by Sandro Magi. llvm-svn: 41018 --- lib/ExecutionEngine/ExecutionEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ExecutionEngine/ExecutionEngine.cpp b/lib/ExecutionEngine/ExecutionEngine.cpp index bbddb95ec34..325ab8af527 100644 --- a/lib/ExecutionEngine/ExecutionEngine.cpp +++ b/lib/ExecutionEngine/ExecutionEngine.cpp @@ -336,7 +336,7 @@ void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { /// This function converts a Constant* into a GenericValue. The interesting /// part is if C is a ConstantExpr. -/// @brief Get a GenericValue for a Constnat* +/// @brief Get a GenericValue for a Constant* GenericValue ExecutionEngine::getConstantValue(const Constant *C) { // If its undefined, return the garbage. if (isa(C))