]> granicus.if.org Git - clang/commitdiff
Fix typo in CGRecordLayoutBuilder.cpp: s/Field/Fields/ in comment
authorHans Wennborg <hans@hanshq.net>
Fri, 15 Nov 2013 22:31:11 +0000 (22:31 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 15 Nov 2013 22:31:11 +0000 (22:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194863 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGRecordLayoutBuilder.cpp

index a4e938fcca24a61d039754a3a8fa826948fbd22d..ab92563b21f3b5a9541b7135d95a49df1e35f369 100644 (file)
@@ -114,7 +114,7 @@ private:
                        RecordDecl::field_iterator &FI,
                        RecordDecl::field_iterator FE);
 
-  /// LayoutField - try to layout all fields in the record decl.
+  /// LayoutFields - try to layout all fields in the record decl.
   /// Returns false if the operation failed because the struct is not packed.
   bool LayoutFields(const RecordDecl *D);