summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-08-11 15:57:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-08-11 15:57:56 +0000
commit2dc9f13278a2e32767424af712f5e5c9270fc854 (patch)
tree270c163bd36603bf317c1cfa9f98cfc1325276d3 /llvm/lib/ExecutionEngine/ExecutionEngine.cpp
parentcdbd82ee37373c399b6b14cf5de672a556678c8f (diff)
downloadbcm5719-llvm-2dc9f13278a2e32767424af712f5e5c9270fc854.tar.gz
bcm5719-llvm-2dc9f13278a2e32767424af712f5e5c9270fc854.zip
Fix a comment typo noticed by Sandro Magi.
llvm-svn: 41018
Diffstat (limited to 'llvm/lib/ExecutionEngine/ExecutionEngine.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/ExecutionEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp b/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
index bbddb95ec34..325ab8af527 100644
--- a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
+++ b/llvm/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<UndefValue>(C))
OpenPOWER on IntegriCloud