Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebaek committed Jan 18, 2022
1 parent 9ee38c4 commit cf70a26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/clang/include/clang/SPIRV/AstTypeProbe.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>`.
/// \brief Returns true if the given type is `vk::ext_result_id<T>`.
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
Expand Down

0 comments on commit cf70a26

Please sign in to comment.