]> granicus.if.org Git - clang/commitdiff
Fix spell-o.
authorMike Stump <mrs@apple.com>
Thu, 6 Aug 2009 12:52:13 +0000 (12:52 +0000)
committerMike Stump <mrs@apple.com>
Thu, 6 Aug 2009 12:52:13 +0000 (12:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78303 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/RecordLayoutBuilder.cpp

index 3131fdb852cc891d9ca00f25a17ff83038a67f9c..833e053e1459ca1089926e8ce2bafa62ef57c719 100644 (file)
@@ -120,7 +120,7 @@ void ASTRecordLayoutBuilder::SelectPrimaryBase(const CXXRecordDecl *RD) {
     return;
   }
 
-  // First, we compute all the primary bases for all of out direct and indirect
+  // First, we compute all the primary bases for all of our direct and indirect
   // non-virtual bases, and record all their primary base classes.
   const CXXRecordDecl *FirstPrimary = 0;
   llvm::SmallSet<const CXXRecordDecl*, 32> IndirectPrimary;