Fix typo.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 2 Mar 2010 19:02:27 +0000 (19:02 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 2 Mar 2010 19:02:27 +0000 (19:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97577 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineCSE.cpp

index 288fb4734947d9662d1affb205fd0198e25a9487..6f80741ee2e4560985659d1495d026937d5e1f0f 100644 (file)
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 //
 // This pass performs global common subexpression elimination on machine
-// instructions using a scoped hash table based value numbering schemem. IT
+// instructions using a scoped hash table based value numbering scheme. It
 // must be run while the machine function is still in SSA form.
 //
 //===----------------------------------------------------------------------===//