[Mlir-commits] [mlir] 30bdfac - [MLIR] Fix top-level comment (NFC)

lorenzo chelini llvmlistbot at llvm.org
Wed Jun 22 10:05:05 PDT 2022


Author: lorenzo chelini
Date: 2022-06-22T19:04:40+02:00
New Revision: 30bdfacf5db26b709508d0526bbebf62ac034888

URL: https://github.com/llvm/llvm-project/commit/30bdfacf5db26b709508d0526bbebf62ac034888
DIFF: https://github.com/llvm/llvm-project/commit/30bdfacf5db26b709508d0526bbebf62ac034888.diff

LOG: [MLIR] Fix top-level comment (NFC)

Added: 
    

Modified: 
    mlir/include/mlir/IR/Types.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/IR/Types.h b/mlir/include/mlir/IR/Types.h
index 430ed0d2215df..f2a69660ae9f7 100644
--- a/mlir/include/mlir/IR/Types.h
+++ b/mlir/include/mlir/IR/Types.h
@@ -68,7 +68,7 @@ namespace mlir {
 ///      context and the key type for this storage.
 ///
 ///    - If they have a mutable component, this component must not be a part of
-//       the key.
+///      the key.
 class Type {
 public:
   /// Utility class for implementing types.


        


More information about the Mlir-commits mailing list