[mlir][vector] Fix typo
authorthomasraoux <thomasraoux@google.com>
Thu, 6 May 2021 17:12:31 +0000 (10:12 -0700)
committerthomasraoux <thomasraoux@google.com>
Thu, 6 May 2021 17:12:31 +0000 (10:12 -0700)
mlir/lib/Dialect/Vector/VectorTransforms.cpp

index 3d8353d..40fb659 100644 (file)
@@ -3750,7 +3750,7 @@ struct TwoDimMultiReductionToReduction
       case vector::CombiningKind::XOR:
         return "xor";
       default:
-        llvm_unreachable("unknwon combining kind");
+        llvm_unreachable("unknown combining kind");
       }
     };