diff --git a/tools/clang/include/clang/SPIRV/AstTypeProbe.h b/tools/clang/include/clang/SPIRV/AstTypeProbe.h index 6f8665ab28..0a5abdb263 100644 --- a/tools/clang/include/clang/SPIRV/AstTypeProbe.h +++ b/tools/clang/include/clang/SPIRV/AstTypeProbe.h @@ -324,16 +324,16 @@ bool isOrContainsNonFpColMajorMatrix(const ASTContext &, const SpirvCodeGenOptions &, QualType type, const Decl *decl); -/// \bried Returns true if the given type is `vk::ext_result_id`. +/// \brief Returns true if the given type is `vk::ext_result_id`. bool isExtResultIdType(QualType type); -/// \bried Returns true if the given type is defined in `vk` namespace. +/// \brief Returns true if the given type is defined in `vk` namespace. bool isTypeInVkNamespace(const RecordType *type); -/// \bried Returns true if the given type is a String or StringLiteral type. +/// \brief Returns true if the given type is a String or StringLiteral type. bool isStringType(QualType); -/// \bried Returns true if the given type is a bindless array of an opaque type. +/// \brief Returns true if the given type is a bindless array of an opaque type. bool isBindlessOpaqueArray(QualType type); /// \brief Generates the corresponding SPIR-V vector type for the given Clang