From c5bbba1e499d46f52364e76ea95d4a37adced676 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 2 Mar 2010 19:02:27 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97577 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineCSE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. // //===----------------------------------------------------------------------===// -- 2.34.1