Fix typo in comment.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 5 Sep 2011 18:35:03 +0000 (18:35 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 5 Sep 2011 18:35:03 +0000 (18:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139122 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp

index a404dacf51c204d238117af681229c7ce904bfef..d5728721ffdebf97ea66e4296ea55fbf340886d3 100644 (file)
@@ -41,7 +41,7 @@ std::string ARM_MC::ParseARMTriple(StringRef TT) {
   unsigned Len = TT.size();
   unsigned Idx = 0;
 
-  // FIXME: Enahnce Triple helper class to extract ARM version.
+  // FIXME: Enhance Triple helper class to extract ARM version.
   bool isThumb = false;
   if (Len >= 5 && TT.substr(0, 4) == "armv")
     Idx = 4;