[Polly] Fix typo. NFC.
authorTobias Grosser <tobias@grosser.es>
Sat, 5 Aug 2017 20:03:13 +0000 (20:03 +0000)
committerTobias Grosser <tobias@grosser.es>
Sat, 5 Aug 2017 20:03:13 +0000 (20:03 +0000)
Reviewers: grosser, Meinersbur, bollu

Differential Revision: https://reviews.llvm.org/D36356

llvm-svn: 310187

polly/include/polly/ScopInfo.h

index a784f31..4815d5b 100644 (file)
@@ -128,7 +128,7 @@ enum class MemoryKind {
   ///
   /// Memory objects of type MemoryKind::Value are used to model the data flow
   /// induced by llvm::Values. For each llvm::Value that is used across
-  /// BasicBocks one ScopArrayInfo object is created. A single memory WRITE
+  /// BasicBlocks, one ScopArrayInfo object is created. A single memory WRITE
   /// stores the llvm::Value at its definition into the memory object and at
   /// each use of the llvm::Value (ignoring trivial intra-block uses) a
   /// corresponding READ is added. For instance, the use/def chain of a