[PATCH] D80087: Fixed a typo in the comment for allocateBuffer()
George Mitenkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 17 10:06:59 PDT 2020
georgemitenkov created this revision.
georgemitenkov added reviewers: antiagainst, mravishankar, ftynse.
Herald added subscribers: llvm-commits, jurahul, Kayjukh, frgossen, grosul1, Joonsoo, stephenneuendorffer, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a project: LLVM.
This commit fixes a typo in the comment and is intended to make sure development flow works
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80087
Files:
mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
Index: mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
===================================================================
--- mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
+++ mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
@@ -1675,7 +1675,7 @@
/// Allocates the underlying buffer using the right call. `allocatedBytePtr`
/// is set to null for stack allocations. `accessAlignment` is set if
- /// alignment is neeeded post allocation (for eg. in conjunction with malloc).
+ /// alignment is needed post allocation (for eg. in conjunction with malloc).
Value allocateBuffer(Location loc, Value cumulativeSize, Operation *op,
MemRefType memRefType, Value one, Value &accessAlignment,
Value &allocatedBytePtr,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80087.264502.patch
Type: text/x-patch
Size: 791 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200517/4abb5fe4/attachment.bin>
More information about the llvm-commits
mailing list