Fix typo in comment, NFC
authorNick Lewycky <nicholas@mxc.ca>
Wed, 7 Sep 2016 01:49:41 +0000 (01:49 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 7 Sep 2016 01:49:41 +0000 (01:49 +0000)
llvm-svn: 280774

llvm/lib/Transforms/Scalar/EarlyCSE.cpp

index a1ebd6d..cb02b2c 100644 (file)
@@ -340,7 +340,7 @@ private:
   };
 
   // Contains all the needed information to create a stack for doing a depth
-  // first tranversal of the tree. This includes scopes for values, loads, and
+  // first traversal of the tree. This includes scopes for values, loads, and
   // calls as well as the generation. There is a child iterator so that the
   // children do not need to be store separately.
   class StackNode {