summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBlocks.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-03 08:49:44 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-03 08:49:44 +0000
commitc5e54ddab31ca40a93e61f277d2bbd349fb84f3e (patch)
treec1f70824390123f0cdeb5cf4ff224b83ad6c6b90 /clang/lib/CodeGen/CGBlocks.cpp
parent03656aa3dcf85831834f17f84a91134e356a8ef5 (diff)
downloadbcm5719-llvm-c5e54ddab31ca40a93e61f277d2bbd349fb84f3e.tar.gz
bcm5719-llvm-c5e54ddab31ca40a93e61f277d2bbd349fb84f3e.zip
fix trivial typos in comments; NFC
llvm-svn: 307007
Diffstat (limited to 'clang/lib/CodeGen/CGBlocks.cpp')
-rw-r--r--clang/lib/CodeGen/CGBlocks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGBlocks.cpp b/clang/lib/CodeGen/CGBlocks.cpp
index 528a2b33acf..f2de42b5930 100644
--- a/clang/lib/CodeGen/CGBlocks.cpp
+++ b/clang/lib/CodeGen/CGBlocks.cpp
@@ -1255,7 +1255,7 @@ CodeGenFunction::GenerateBlockFunction(GlobalDecl GD,
// For OpenCL passed block pointer can be private AS local variable or
// global AS program scope variable (for the case with and without captures).
- // Generic AS is used therefore to be able to accomodate both private and
+ // Generic AS is used therefore to be able to accommodate both private and
// generic AS in one implementation.
if (getLangOpts().OpenCL)
selfTy = getContext().getPointerType(getContext().getAddrSpaceQualType(
OpenPOWER on IntegriCloud