fix comment noticed by Bob
authorChris Lattner <sabre@nondot.org>
Fri, 16 Apr 2010 02:32:17 +0000 (02:32 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Apr 2010 02:32:17 +0000 (02:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101437 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/ScalarReplAggregates.cpp

index 952b589eee0917f2db2e175f176ed5a9a70d48a9..27c954b2413a3e21d1752cfbf18f93d024658a93 100644 (file)
@@ -156,7 +156,7 @@ class ConvertToScalarInfo {
   unsigned AllocaSize;
   const TargetData &TD;
  
-  /// IsNotTrivial - This is set to true if there is somee access to the object
+  /// IsNotTrivial - This is set to true if there is some access to the object
   /// which means that mem2reg can't promote it.
   bool IsNotTrivial;