From: Iain Buclaw Date: Sat, 28 Aug 2021 18:37:25 +0000 (+0200) Subject: d: Update comment for TypeInfoVisitor::layout_base X-Git-Tag: basepoints/gcc-13~5102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=118a559df998051430c2068cfa4e03479c0c85da;p=thirdparty%2Fgcc.git d: Update comment for TypeInfoVisitor::layout_base gcc/d/ChangeLog: * typeinfo.cc (class TypeInfoVisitor::layout_base): Update comment. --- diff --git a/gcc/d/typeinfo.cc b/gcc/d/typeinfo.cc index 04e228abf7cc..fd8c746a307d 100644 --- a/gcc/d/typeinfo.cc +++ b/gcc/d/typeinfo.cc @@ -411,8 +411,7 @@ class TypeInfoVisitor : public Visitor this->layout_field (value); } - - /* Write out the __vptr and __monitor fields of class CD. */ + /* Write out the __vptr and optionally __monitor fields of class CD. */ void layout_base (ClassDeclaration *cd) {