Index: search.c =================================================================== --- search.c (revision 16367) +++ search.c (revision 16368) @@ -496,7 +496,7 @@ TEST_OBJST(i->objst, i->req_flag, g, subc, subc); if ((PCB_FRONT(subc) || i->BackToo) && PCB_POINT_IN_BOX(PosX, PosY, &subc->BoundingBox)) { - /* use the element with the smallest bounding box */ + /* use the subcircuit with the smallest bounding box */ newarea = (subc->BoundingBox.X2 - subc->BoundingBox.X1) * (double) (subc->BoundingBox.Y2 - subc->BoundingBox.Y1); if (newarea < i->area) { i->area = newarea;