[RISCV] Fix typo in comment. NFC

This commit is contained in:
Craig Topper 2021-10-18 11:47:15 -07:00
parent c5011aed9c
commit b477b92774
1 changed files with 1 additions and 1 deletions

View 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; }