[cfe-commits] r124647 - /cfe/trunk/include/clang/AST/RecordLayout.h

Ken Dyck kd at kendyck.com
Mon Jan 31 18:03:13 PST 2011


Author: kjdyck
Date: Mon Jan 31 20:03:12 2011
New Revision: 124647

URL: http://llvm.org/viewvc/llvm-project?rev=124647&view=rev
Log:
Correct units in doxygen comment for NonVirtualSize.

Modified:
    cfe/trunk/include/clang/AST/RecordLayout.h

Modified: cfe/trunk/include/clang/AST/RecordLayout.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/RecordLayout.h?rev=124647&r1=124646&r2=124647&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/RecordLayout.h (original)
+++ cfe/trunk/include/clang/AST/RecordLayout.h Mon Jan 31 20:03:12 2011
@@ -50,7 +50,7 @@
 
   /// 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;
 





More information about the cfe-commits mailing list