summaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-10-20 11:24:57 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-10-20 11:24:57 +0000
commit2bbeccdee1937f6cef9f8762595246f447162a4f (patch)
treed965d39e2e8e871a37132d13955e4e666dfdc47d /include/llvm/Target
parent1ad70c09c890c3abcc147503f2e23082f683790c (diff)
downloadexternal_llvm-2bbeccdee1937f6cef9f8762595246f447162a4f.zip
external_llvm-2bbeccdee1937f6cef9f8762595246f447162a4f.tar.gz
external_llvm-2bbeccdee1937f6cef9f8762595246f447162a4f.tar.bz2
Fix typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57829 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target')
-rw-r--r--include/llvm/Target/TargetRegisterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetRegisterInfo.h b/include/llvm/Target/TargetRegisterInfo.h
index 28a48cf..8b2322a 100644
--- a/include/llvm/Target/TargetRegisterInfo.h
+++ b/include/llvm/Target/TargetRegisterInfo.h
@@ -563,7 +563,7 @@ public:
/// getDwarfRegNum - Map a target register to an equivalent dwarf register
/// number. Returns -1 if there is no equivalent value. The second
/// parameter allows targets to use different numberings for EH info and
- /// deubgging info.
+ /// debugging info.
virtual int getDwarfRegNum(unsigned RegNum, bool isEH) const = 0;
/// getFrameRegister - This method should return the register used as a base