diff --git a/lib/CodeGen/MachineCSE.cpp b/lib/CodeGen/MachineCSE.cpp index 288fb473494..6f80741ee2e 100644 --- a/lib/CodeGen/MachineCSE.cpp +++ b/lib/CodeGen/MachineCSE.cpp @@ -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. // //===----------------------------------------------------------------------===//