minor spelling tweaks
Closes tensorflow/mlir#290 COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/290 from kiszk:spelling_tweaks_201912 9d9afd16a723dd65754a04698b3976f150a6054a PiperOrigin-RevId: 284169681
This commit is contained in:
committed by
A. Unique TensorFlower
parent
58adf99ed1
commit
84a6182ddd
@@ -510,7 +510,7 @@ struct FuncOpConversion : public LLVMLegalizationPattern<FuncOp> {
|
||||
attributes.push_back(attr);
|
||||
}
|
||||
|
||||
// Create an LLVM funcion, use external linkage by default until MLIR
|
||||
// Create an LLVM function, use external linkage by default until MLIR
|
||||
// functions have linkage.
|
||||
auto newFuncOp = rewriter.create<LLVM::LLVMFuncOp>(
|
||||
op->getLoc(), funcOp.getName(), llvmType, LLVM::Linkage::External,
|
||||
|
||||
Reference in New Issue
Block a user