소스 검색

fixed transposed chars in comment

Dave Schuyler 21 년 전
부모
커밋
4c3ec477e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 //  Description: Decides whether or not the indicated sibling nodes
 //               should be collapsed into a single node or not.