Fix comment to reflect what the method is doing (NFC)

This commit is contained in:
Mehdi Amini 2021-05-28 00:02:36 +00:00
parent e41aaea262
commit 80e684b194
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ void MLIRContext::allowUnregisteredDialects(bool allowing) {
impl->allowUnregisteredDialects = allowing;
}
/// Return true if multi-threading is disabled by the context.
/// Return true if multi-threading is enabled by the context.
bool MLIRContext::isMultithreadingEnabled() {
return impl->threadingIsEnabled && llvm::llvm_is_multithreaded();
}