From 4c3ec477e3fa871bf0dae6c1d638d830d559bb16 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Wed, 7 Jul 2004 03:59:20 +0000 Subject: [PATCH] fixed transposed chars in comment --- panda/src/pgraph/sceneGraphReducer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/sceneGraphReducer.cxx b/panda/src/pgraph/sceneGraphReducer.cxx index 10d54f96db..0efe2d036e 100644 --- a/panda/src/pgraph/sceneGraphReducer.cxx +++ b/panda/src/pgraph/sceneGraphReducer.cxx @@ -394,7 +394,7 @@ consider_child(PandaNode *grandparent_node, PandaNode *parent_node, } //////////////////////////////////////////////////////////////////// -// Function: SceneGraphReducer:c:onsider_siblings +// Function: SceneGraphReducer::consider_siblings // Access: Protected // Description: Decides whether or not the indicated sibling nodes // should be collapsed into a single node or not.