From: Owen Anderson Date: Tue, 4 Jan 2011 19:25:18 +0000 (+0000) Subject: Fix typo in a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a0709acd6fd132fd81f3cc86e98240cb6ad11b05;p=oota-llvm.git Fix typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122827 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/GVN.cpp b/lib/Transforms/Scalar/GVN.cpp index 2d69a56207b..2bb4268f057 100644 --- a/lib/Transforms/Scalar/GVN.cpp +++ b/lib/Transforms/Scalar/GVN.cpp @@ -408,7 +408,7 @@ namespace { ValueTable VN; - /// NumberTable - A mapping from value numers to lists of Value*'s that + /// NumberTable - A mapping from value numbers to lists of Value*'s that /// have that value number. Use findLeader to query it. struct LeaderTableEntry { Value *Val;