Browse Source

fixed transposed chars in comment

Dave Schuyler 21 years ago
parent
commit
4c3ec477e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/sceneGraphReducer.cxx

+ 1 - 1
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
 //       Access: Protected
 //  Description: Decides whether or not the indicated sibling nodes
 //  Description: Decides whether or not the indicated sibling nodes
 //               should be collapsed into a single node or not.
 //               should be collapsed into a single node or not.