From: Ken Dyck Date: Tue, 1 Feb 2011 02:03:12 +0000 (+0000) Subject: Correct units in doxygen comment for NonVirtualSize. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a7c12ccbecbf95840d073e3524e2d56e599913e;p=clang Correct units in doxygen comment for NonVirtualSize. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124647 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/RecordLayout.h b/include/clang/AST/RecordLayout.h index 940979fa35..108fa5147d 100644 --- a/include/clang/AST/RecordLayout.h +++ b/include/clang/AST/RecordLayout.h @@ -50,7 +50,7 @@ class ASTRecordLayout { /// CXXRecordLayoutInfo - Contains C++ specific layout information. struct CXXRecordLayoutInfo { - /// NonVirtualSize - The non-virtual size (in bits) of an object, which is + /// NonVirtualSize - The non-virtual size (in chars) of an object, which is /// the size of the object without virtual bases. CharUnits NonVirtualSize;