From 33bc3820aceb5d8412be12d4d1d25ccde124ff8c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 14 Jun 2004 19:20:07 +0000 Subject: [PATCH] Tweaked comments. --- include/osg/ClipNode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/ClipNode b/include/osg/ClipNode index d30eb8e6c..169d33081 100644 --- a/include/osg/ClipNode +++ b/include/osg/ClipNode @@ -19,7 +19,7 @@ namespace osg { -/** Leaf Node for defining the position of ClipPlanes in the scene.*/ +/** Node for defining the position of ClipPlanes in the scene.*/ class SG_EXPORT ClipNode : public Group {