[polly] r310187 - [Polly] Fix typo. NFC.
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 5 13:03:14 PDT 2017
Author: grosser
Date: Sat Aug 5 13:03:13 2017
New Revision: 310187
URL: http://llvm.org/viewvc/llvm-project?rev=310187&view=rev
Log:
[Polly] Fix typo. NFC.
Reviewers: grosser, Meinersbur, bollu
Differential Revision: https://reviews.llvm.org/D36356
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=310187&r1=310186&r2=310187&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopInfo.h (original)
+++ polly/trunk/include/polly/ScopInfo.h Sat Aug 5 13:03:13 2017
@@ -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
More information about the llvm-commits
mailing list