diff options
-rw-r--r-- | include/clang/AST/RecordLayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |