[llvm] r280774 - Fix typo in comment, NFC
Nick Lewycky via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 6 18:49:42 PDT 2016
Author: nicholas
Date: Tue Sep 6 20:49:41 2016
New Revision: 280774
URL: http://llvm.org/viewvc/llvm-project?rev=280774&view=rev
Log:
Fix typo in comment, NFC
Modified:
llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp?rev=280774&r1=280773&r2=280774&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp Tue Sep 6 20:49:41 2016
@@ -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 {
More information about the llvm-commits
mailing list