diff --git a/lib/Transforms/Scalar/GCSE.cpp b/lib/Transforms/Scalar/GCSE.cpp index dd8e139efda..b467784b5e1 100644 --- a/lib/Transforms/Scalar/GCSE.cpp +++ b/lib/Transforms/Scalar/GCSE.cpp @@ -233,7 +233,7 @@ Instruction *GCSE::EliminateCSE(Instruction *I, Instruction *Other) { // // Here there are no shared dominators. Additionally, this had the habit of // moving computations where they were not always computed. For example, in - // a cast like this: + // a case like this: // if (c) { // if (d) ... // else ... X+Y ...