Fixed comment, thanks Jerome.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15399 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-12-07 19:10:16 +00:00
parent aa110a00e0
commit 558242b3ac

View File

@ -4080,7 +4080,7 @@ BView::_Attach()
fAttached = true;
for (BView* child = fFirstChild; child != NULL; child = child->fNextSibling) {
// we need to check for fAttachCalled as new views could have been
// we need to check for fAttached as new views could have been
// added in AttachedToWindow() - and those are already attached
if (!child->fAttached)
child->_Attach();