]> granicus.if.org Git - clang/commitdiff
Correct units in doxygen comment for NonVirtualSize.
authorKen Dyck <kd@kendyck.com>
Tue, 1 Feb 2011 02:03:12 +0000 (02:03 +0000)
committerKen Dyck <kd@kendyck.com>
Tue, 1 Feb 2011 02:03:12 +0000 (02:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124647 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/RecordLayout.h

index 940979fa35a66eae0a33a8980df2dc8809afc160..108fa5147d66434f3da551fab117404962d3006c 100644 (file)
@@ -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;