Typo.
authorEric Christopher <echristo@gmail.com>
Thu, 20 Mar 2014 19:16:20 +0000 (19:16 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 20 Mar 2014 19:16:20 +0000 (19:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204378 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.h

index 09ae489c40d1f53515c880b72c9e999b43c9d0a3..357413d9ab2a9b64776d350eb8a5be27d5dba301 100644 (file)
@@ -339,7 +339,7 @@ class DwarfDebug : public AsmPrinterHandler {
   // Maps a CU DIE with its corresponding DwarfCompileUnit.
   DenseMap<const DIE *, DwarfCompileUnit *> CUDieMap;
 
-  /// Maps MDNodes for type sysstem with the corresponding DIEs. These DIEs can
+  /// Maps MDNodes for type system with the corresponding DIEs. These DIEs can
   /// be shared across CUs, that is why we keep the map here instead
   /// of in DwarfCompileUnit.
   DenseMap<const MDNode *, DIE *> MDTypeNodeToDieMap;