diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-08-11 15:57:56 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-08-11 15:57:56 +0000 |
| commit | 2dc9f13278a2e32767424af712f5e5c9270fc854 (patch) | |
| tree | 270c163bd36603bf317c1cfa9f98cfc1325276d3 /llvm/lib/ExecutionEngine/ExecutionEngine.cpp | |
| parent | cdbd82ee37373c399b6b14cf5de672a556678c8f (diff) | |
| download | bcm5719-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.cpp | 2 |
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)) |

