Author: Craig Topper Date: 2021-10-18T15:45:35-07:00 New Revision: b477b927749707982414d06674c7d2af276e046c
URL: https://github.com/llvm/llvm-project/commit/b477b927749707982414d06674c7d2af276e046c DIFF: https://github.com/llvm/llvm-project/commit/b477b927749707982414d06674c7d2af276e046c.diff LOG: [RISCV] Fix typo in comment. NFC Added: Modified: clang/utils/TableGen/RISCVVEmitter.cpp Removed: ################################################################################ diff --git a/clang/utils/TableGen/RISCVVEmitter.cpp b/clang/utils/TableGen/RISCVVEmitter.cpp index 0d8b2009baab5..d9c9ac86f34ce 100644 --- a/clang/utils/TableGen/RISCVVEmitter.cpp +++ b/clang/utils/TableGen/RISCVVEmitter.cpp @@ -80,7 +80,7 @@ class RVVType { // passing to the BUILTIN() macro in Builtins.def. const std::string &getBuiltinStr() const { return BuiltinStr; } - // Return the clang buitlin type for RVV vector type which are used in the + // Return the clang builtin type for RVV vector type which are used in the // riscv_vector.h header file. const std::string &getClangBuiltinStr() const { return ClangBuiltinStr; } _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits