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 a1ebd6dc2f39afc3e6c40f61bde41e068b4f89f2..cb02b2cbc7ebb62b6d6b9095f4c0b8cd6002b205 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 {