[cfe-commits] r47016 - /cfe/trunk/include/clang/AST/ASTContext.h
Ted Kremenek
kremenek at apple.com
Tue Feb 12 11:01:33 PST 2008
Author: kremenek
Date: Tue Feb 12 13:01:33 2008
New Revision: 47016
URL: http://llvm.org/viewvc/llvm-project?rev=47016&view=rev
Log:
Fixed misspelling in comment.
Modified:
cfe/trunk/include/clang/AST/ASTContext.h
Modified: cfe/trunk/include/clang/AST/ASTContext.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTContext.h?rev=47016&r1=47015&r2=47016&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ASTContext.h (original)
+++ cfe/trunk/include/clang/AST/ASTContext.h Tue Feb 12 13:01:33 2008
@@ -55,19 +55,19 @@
/// 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;
More information about the cfe-commits
mailing list