Skip to content

Commit 95e0de4

Browse files
committed
typos
1 parent 1485d28 commit 95e0de4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Arithmetic_kernel/include/CGAL/BOOST_MP_arithmetic_kernel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//#include <boost/multiprecision/gmp.hpp>
3030
//#endif
3131

32-
// FIXME: the could be several kernels based on Boost.Multiprecision.
32+
// FIXME: there could be several kernels based on Boost.Multiprecision.
3333
namespace CGAL {
3434
/** \ingroup CGAL_Arithmetic_kernel
3535
* \brief The Boost.Multiprecision set of exact number types

Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/IO/Polycurve_2_iostream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void write_polyline(OutputStream& os,
3333
typedef PointType_2 Point_type_2;
3434
typedef Polycurve_2<Subcurve_type_2, Point_type_2> Curve_2;
3535

36-
os << xcv.number_of_subcurves(); // export the number of points.
36+
os << xcv.number_of_subcurves(); // export the number of subcurves.
3737

3838
// Write the points.
3939
typename Curve_2::Point_const_iterator it = xcv.points_begin();

Number_types/include/CGAL/Sqrt_extension/Algebraic_structure_traits.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ template< class Type >
178178
class Sqrt_extension_algebraic_structure_traits_base< Type,
179179
CGAL::Field_with_kth_root_tag >
180180
: public Sqrt_extension_algebraic_structure_traits_base< Type,
181-
// TODO: Why not Fiel_tag?
182181
CGAL::Field_with_sqrt_tag > {
183182
// Nothing new
184183
};
@@ -187,7 +186,6 @@ template< class Type >
187186
class Sqrt_extension_algebraic_structure_traits_base< Type,
188187
CGAL::Field_with_root_of_tag >
189188
: public Sqrt_extension_algebraic_structure_traits_base< Type,
190-
// TODO: Why not Fiel_tag?
191189
CGAL::Field_with_sqrt_tag > {
192190
// Nothing new
193191
};

0 commit comments

Comments
 (0)