summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-07-06 23:09:51 +0000
committerDevang Patel <dpatel@apple.com>2011-07-06 23:09:51 +0000
commit338e43268cd4ae8cfd4e5d02e666ba6cad99957c (patch)
tree88e19d5cbd5486baa9299a184d3f9102fa944d12 /llvm/lib/CodeGen
parent1025318ca9741b390e04441e627eb7575661309a (diff)
downloadbcm5719-llvm-338e43268cd4ae8cfd4e5d02e666ba6cad99957c.tar.gz
bcm5719-llvm-338e43268cd4ae8cfd4e5d02e666ba6cad99957c.zip
Typo.
llvm-svn: 134559
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LiveDebugVariables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp
index 292928f8e78..5d38c83b49c 100644
--- a/llvm/lib/CodeGen/LiveDebugVariables.cpp
+++ b/llvm/lib/CodeGen/LiveDebugVariables.cpp
@@ -123,7 +123,7 @@ public:
/// getNext - Return the next UserValue in the equivalence class.
UserValue *getNext() const { return next; }
- /// match - Does this UserValue match the aprameters?
+ /// match - Does this UserValue match the parameters?
bool match(const MDNode *Var, unsigned Offset) const {
return Var == variable && Offset == offset;
}
OpenPOWER on IntegriCloud