Fix typo in a comment.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 20 Oct 2008 11:24:57 +0000 (11:24 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 20 Oct 2008 11:24:57 +0000 (11:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57829 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index 28a48cf5e4f4d8aa6b7a2334f92d654a6607c1ff..8b2322a73093448937e7613590d3f0a2b3475a75 100644 (file)
@@ -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