typo
authorAdrian Prantl <aprantl@apple.com>
Wed, 21 Mar 2018 19:33:07 +0000 (19:33 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 21 Mar 2018 19:33:07 +0000 (19:33 +0000)
llvm-svn: 328141

llvm/tools/dsymutil/DwarfLinker.cpp

index 3024967db62e90352a4753d41e1cfe5680d2c36c..3ab3d353ee13a32cda938edc66af3b491543e99b 100644 (file)
@@ -1610,7 +1610,7 @@ private:
                         unsigned Indent = 0);
 
   /// Flags passed to DwarfLinker::lookForDIEsToKeep
-  enum TravesalFlags {
+  enum TraversalFlags {
     TF_Keep = 1 << 0,            ///< Mark the traversed DIEs as kept.
     TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope.
     TF_DependencyWalk = 1 << 2,  ///< Walking the dependencies of a kept DIE.