Skip to content

Commit d23e5de

Browse files
committed
Fix comment per zyn0217's suggestion
1 parent a36a7b7 commit d23e5de

File tree

1 file changed

+1
-1
lines changed
  • clang/include/clang/Sema

1 file changed

+1
-1
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13438,7 +13438,7 @@ class Sema final : public SemaBase {
1343813438
using EntityPrinter = llvm::function_ref<void(llvm::raw_ostream &)>;
1343913439

1344013440
/// \brief create a Requirement::SubstitutionDiagnostic with only a
13441-
/// SubstitutedEntity and DiagLoc using Sema's allocator.
13441+
/// SubstitutedEntity and DiagLoc using ASTContext's allocator.
1344213442
concepts::Requirement::SubstitutionDiagnostic *
1344313443
createSubstDiagAt(SourceLocation Location, EntityPrinter Printer);
1344413444

0 commit comments

Comments
 (0)