Author: Brian Yahn Date: 2024-07-31T19:02:48+02:00 New Revision: 28a079223dd22f13ca51dfa8f5d51a9cd3514edf
URL: https://github.com/llvm/llvm-project/commit/28a079223dd22f13ca51dfa8f5d51a9cd3514edf DIFF: https://github.com/llvm/llvm-project/commit/28a079223dd22f13ca51dfa8f5d51a9cd3514edf.diff LOG: Fix typo: tyep -> type. Added: Modified: clang/include/clang/AST/ASTContext.h Removed: ################################################################################ diff --git a/clang/include/clang/AST/ASTContext.h b/clang/include/clang/AST/ASTContext.h index 6d1c8ca8a2f96..ec8b32533eca8 100644 --- a/clang/include/clang/AST/ASTContext.h +++ b/clang/include/clang/AST/ASTContext.h @@ -1369,7 +1369,7 @@ class ASTContext : public RefCountedBase<ASTContext> { bool AsWritten = false); /// Get a function type and produce the equivalent function type where - /// pointer size address spaces in the return type and parameter tyeps are + /// pointer size address spaces in the return type and parameter types are /// replaced with the default address space. QualType getFunctionTypeWithoutPtrSizes(QualType T); _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits