summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Coroutines
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-20 13:19:49 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-20 13:19:49 +0000
commit7d18a70dac478167cd7ba5048a8f0504d242ee30 (patch)
treef5d803b53b2d211725ad95c863d6edecd7a55306 /llvm/lib/Transforms/Coroutines
parent7a6b6d56566319d813b158b753da00ce7c223580 (diff)
downloadbcm5719-llvm-7d18a70dac478167cd7ba5048a8f0504d242ee30.tar.gz
bcm5719-llvm-7d18a70dac478167cd7ba5048a8f0504d242ee30.zip
Fix spelling mistakes in Transforms comments. NFC.
Identified by Pedro Giffuni in PR27636. llvm-svn: 287488
Diffstat (limited to 'llvm/lib/Transforms/Coroutines')
-rw-r--r--llvm/lib/Transforms/Coroutines/CoroFrame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Coroutines/CoroFrame.cpp b/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
index c3aab28f4fb..bb28558a29e 100644
--- a/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
+++ b/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
@@ -66,9 +66,9 @@ public:
// passes through a suspend point.
//
// For every basic block 'i' it maintains a BlockData that consists of:
-// Consumes: a bit vector which contains a set of indicies of blocks that can
+// Consumes: a bit vector which contains a set of indices of blocks that can
// reach block 'i'
-// Kills: a bit vector which contains a set of indicies of blocks that can
+// Kills: a bit vector which contains a set of indices of blocks that can
// reach block 'i', but one of the path will cross a suspend point
// Suspend: a boolean indicating whether block 'i' contains a suspend point.
// End: a boolean indicating whether block 'i' contains a coro.end intrinsic.
OpenPOWER on IntegriCloud