Fix a typo.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 31 Dec 2006 22:26:06 +0000 (22:26 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 31 Dec 2006 22:26:06 +0000 (22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32803 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/SCCP.cpp

index 9b7d27169f119e53a7426494729e526244948f39..e55e313686da9bae51e06b4bc607d704ccfcb9db 100644 (file)
@@ -1322,7 +1322,7 @@ namespace {
   //===--------------------------------------------------------------------===//
   //
   /// SCCP Class - This class uses the SCCPSolver to implement a per-function
-  /// Sparse Conditional COnstant Propagator.
+  /// Sparse Conditional Constant Propagator.
   ///
   struct SCCP : public FunctionPass {
     // runOnFunction - Run the Sparse Conditional Constant Propagation