From f8b7638264ec04102ce1c57db2fe8c630bb60772 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 17 Aug 2002 23:58:22 +0000 Subject: [PATCH] Fixed some comments. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@795 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/storage/NodeInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kits/storage/NodeInfo.cpp b/src/kits/storage/NodeInfo.cpp index a8025ec175..6931f431d8 100644 --- a/src/kits/storage/NodeInfo.cpp +++ b/src/kits/storage/NodeInfo.cpp @@ -34,7 +34,7 @@ enum { }; // constructor -/*! \brief Creates an uninitialized BNode object. +/*! \brief Creates an uninitialized BNodeInfo object. After created a BNodeInfo with this, you should call SetTo(). @@ -47,7 +47,7 @@ BNodeInfo::BNodeInfo() } // 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.