From: Craig Topper Date: Mon, 18 Oct 2021 18:47:15 +0000 (-0700) Subject: [RISCV] Fix typo in comment. NFC X-Git-Tag: upstream/15.0.7~28284 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b477b927749707982414d06674c7d2af276e046c;p=platform%2Fupstream%2Fllvm.git [RISCV] Fix typo in comment. NFC --- diff --git a/clang/utils/TableGen/RISCVVEmitter.cpp b/clang/utils/TableGen/RISCVVEmitter.cpp index 0d8b200..d9c9ac8 100644 --- a/clang/utils/TableGen/RISCVVEmitter.cpp +++ b/clang/utils/TableGen/RISCVVEmitter.cpp @@ -80,7 +80,7 @@ public: // 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; }