[clang] 28a0792 - Fix typo: tyep -> type.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 31 10:03:32 PDT 2024


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);
 


        


More information about the cfe-commits mailing list