[polly] r274430 - Correct two typos

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 2 02:19:55 PDT 2016


Author: grosser
Date: Sat Jul  2 04:19:54 2016
New Revision: 274430

URL: http://llvm.org/viewvc/llvm-project?rev=274430&view=rev
Log:
Correct two typos

Modified:
    polly/trunk/include/polly/ScopInfo.h

Modified: polly/trunk/include/polly/ScopInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopInfo.h?rev=274430&r1=274429&r2=274430&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopInfo.h (original)
+++ polly/trunk/include/polly/ScopInfo.h Sat Jul  2 04:19:54 2016
@@ -929,7 +929,7 @@ using InvariantAccessesTy = SmallVector<
 /// third element is the execution context under which the invariant memory
 /// location is accessed, hence the union of all domain contexts for the memory
 /// accesses in the list. The last element describes the type of the invariant
-/// accesss in order to differentiate between different typed invariant loads of
+/// access in order to differentiate between different typed invariant loads of
 /// the same location.
 using InvariantEquivClassTy =
     std::tuple<const SCEV *, MemoryAccessList, isl_set *, Type *>;
@@ -1427,7 +1427,7 @@ private:
     /// @brief The location that caused this assumption.
     DebugLoc Loc;
 
-    /// @brief An optional block whos domain can simplify the assumption.
+    /// @brief An optional block whose domain can simplify the assumption.
     BasicBlock *BB;
   };
 




More information about the llvm-commits mailing list