[RISCV] Fix typo in comment. NFC
authorCraig Topper <craig.topper@sifive.com>
Mon, 18 Oct 2021 18:47:15 +0000 (11:47 -0700)
committerCraig Topper <craig.topper@sifive.com>
Mon, 18 Oct 2021 22:45:35 +0000 (15:45 -0700)
clang/utils/TableGen/RISCVVEmitter.cpp

index 0d8b200..d9c9ac8 100644 (file)
@@ -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; }