From edd0a7023f32a94f211201156fdc8ddf16bd85b2 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Wed, 7 Sep 2016 01:49:41 +0000 Subject: [PATCH] Fix typo in comment, NFC llvm-svn: 280774 --- llvm/lib/Transforms/Scalar/EarlyCSE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Scalar/EarlyCSE.cpp b/llvm/lib/Transforms/Scalar/EarlyCSE.cpp index a1ebd6d..cb02b2c 100644 --- a/llvm/lib/Transforms/Scalar/EarlyCSE.cpp +++ b/llvm/lib/Transforms/Scalar/EarlyCSE.cpp @@ -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 { -- 2.7.4