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:
Kazuaki Ishizaki
2019-12-06 05:58:59 -08:00
committed by A. Unique TensorFlower
parent 58adf99ed1
commit 84a6182ddd
19 changed files with 97 additions and 95 deletions

View File

@@ -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,