Fix typos in comments, NFC
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DIEHash.cpp
index c2fad59aa4e17598f8ed1398115136dc21eca60f..b2a3ba88f94a7d01f56d5c339c09f17f1fcc2df0 100644 (file)
@@ -261,7 +261,7 @@ void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag,
     return;
   }
 
-  // otherwise, b) use the letter 'T' as the marker, ...
+  // otherwise, b) use the letter 'T' as the marker, ...
   addULEB128('T');
 
   addULEB128(Attribute);