Fixed some comments.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@795 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-08-17 23:58:22 +00:00
parent 9ee7705b24
commit f8b7638264

View File

@ -34,7 +34,7 @@ enum {
}; };
// constructor // constructor
/*! \brief Creates an uninitialized BNode object. /*! \brief Creates an uninitialized BNodeInfo object.
After created a BNodeInfo with this, you should call SetTo(). After created a BNodeInfo with this, you should call SetTo().
@ -47,7 +47,7 @@ BNodeInfo::BNodeInfo()
} }
// constructor // constructor
/*! \brief Creates a BNode object and initializes it to the supplied node. /*! \brief Creates a BNodeInfo object and initializes it to the supplied node.
\param node The node to gather information on. Can be any flavor. \param node The node to gather information on. Can be any flavor.