Fix typo in a comment.
authorOwen Anderson <resistor@mac.com>
Tue, 4 Jan 2011 19:25:18 +0000 (19:25 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 4 Jan 2011 19:25:18 +0000 (19:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122827 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/GVN.cpp

index 2d69a56207bfaae380b90411a375a1a51062372b..2bb4268f05781222c6ae4bd7ce7d01f3edc1029c 100644 (file)
@@ -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;