diff --git a/Polygon_mesh_processing/include/CGAL/orient_polyhedron_3.h b/Polygon_mesh_processing/include/CGAL/orient_polyhedron_3.h index 001259b8af3..4388afa3329 100644 --- a/Polygon_mesh_processing/include/CGAL/orient_polyhedron_3.h +++ b/Polygon_mesh_processing/include/CGAL/orient_polyhedron_3.h @@ -56,7 +56,7 @@ struct Axis_compare { * \todo Polyhedron should be a model of `FaceListGraph` * \todo find a better name for the function * @code - * // use inside out to fix orientation + * // use inside out to reverse orientation * if(!is_oriented(polyhedron)) { * polyhedron.inside_out(); * }