diff options
author | Devang Patel <dpatel@apple.com> | 2011-07-06 23:09:51 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-07-06 23:09:51 +0000 |
commit | 338e43268cd4ae8cfd4e5d02e666ba6cad99957c (patch) | |
tree | 88e19d5cbd5486baa9299a184d3f9102fa944d12 /llvm/lib/CodeGen | |
parent | 1025318ca9741b390e04441e627eb7575661309a (diff) | |
download | bcm5719-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.cpp | 2 |
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; } |