[clang][NFC] Typo fixes. Test commit.

Fixed spelling of word "whether"
This commit is contained in:
Justas Janickas 2021-08-02 13:12:41 +01:00
parent 7eeaa782c4
commit 9988ab3989
1 changed files with 2 additions and 2 deletions

View File

@ -16013,7 +16013,7 @@ static bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2) {
///
/// \param MagicValue Type tag magic value.
///
/// \param isConstantEvaluated wether the evalaution should be performed in
/// \param isConstantEvaluated whether the evalaution should be performed in
/// constant context.
static bool FindTypeTagExpr(const Expr *TypeExpr, const ASTContext &Ctx,
@ -16093,7 +16093,7 @@ static bool FindTypeTagExpr(const Expr *TypeExpr, const ASTContext &Ctx,
///
/// \param TypeInfo Information about the corresponding C type.
///
/// \param isConstantEvaluated wether the evalaution should be performed in
/// \param isConstantEvaluated whether the evalaution should be performed in
/// constant context.
///
/// \returns true if the corresponding C type was found.