]> granicus.if.org Git - clang/commitdiff
Fixed misspelling in comment.
authorTed Kremenek <kremenek@apple.com>
Tue, 12 Feb 2008 19:01:33 +0000 (19:01 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 12 Feb 2008 19:01:33 +0000 (19:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47016 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTContext.h

index af73643a020cd950ff48265c8ff2758b45cee6b7..e55790ea4a65afcc10984adbc8610e86358fffd4 100644 (file)
@@ -55,19 +55,19 @@ class ASTContext {
   /// a builtin that takes a valist is encountered.
   QualType BuiltinVaListType;
   
-  /// ObjCIdType - a psuedo built-in typedef type (set by Sema).
+  /// ObjCIdType - a pseudo built-in typedef type (set by Sema).
   QualType ObjCIdType;
   const RecordType *IdStructType;
   
-  /// ObjCSelType - another psuedo built-in typedef type (set by Sema).
+  /// ObjCSelType - another pseudo built-in typedef type (set by Sema).
   QualType ObjCSelType;
   const RecordType *SelStructType;
   
-  /// ObjCProtoType - another psuedo built-in typedef type (set by Sema).
+  /// ObjCProtoType - another pseudo built-in typedef type (set by Sema).
   QualType ObjCProtoType;
   const RecordType *ProtoStructType;
 
-  /// ObjCClassType - another psuedo built-in typedef type (set by Sema).
+  /// ObjCClassType - another pseudo built-in typedef type (set by Sema).
   QualType ObjCClassType;
   const RecordType *ClassStructType;