From: Ted Kremenek Date: Tue, 12 Feb 2008 19:01:33 +0000 (+0000) Subject: Fixed misspelling in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6083ea3723ec3996ae3bdf8d1b352b0c3b3922c8;p=clang Fixed misspelling in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47016 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h index af73643a02..e55790ea4a 100644 --- a/include/clang/AST/ASTContext.h +++ b/include/clang/AST/ASTContext.h @@ -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;