[MLIR] Fix typo in add_mlir_library docs. NFC.

`s/librar/library` in `llvm_add_library`.

Differential Revision: https://reviews.llvm.org/D139265
This commit is contained in:
Joe Loser 2022-12-03 19:27:37 -07:00
parent 5d3c972a35
commit 1d650d4f1d

View File

@ -202,7 +202,7 @@ function(add_mlir_doc doc_filename output_file output_directory command)
endfunction()
# Declare an mlir library which can be compiled in libMLIR.so
# In addition to everything that llvm_add_librar accepts, this
# In addition to everything that llvm_add_library accepts, this
# also has the following option:
# EXCLUDE_FROM_LIBMLIR
# Don't include this library in libMLIR.so. This option should be used