diff --git a/Solver_interface/include/CGAL/OSQP_quadratic_program_traits.h b/Solver_interface/include/CGAL/OSQP_quadratic_program_traits.h
index 63d3abf0f02..7cbce58a670 100644
--- a/Solver_interface/include/CGAL/OSQP_quadratic_program_traits.h
+++ b/Solver_interface/include/CGAL/OSQP_quadratic_program_traits.h
@@ -44,9 +44,9 @@ namespace CGAL {
\cgalModifBegin
\note The `FT` type is provided for convenience. Internally, this FT type is converted
- to `c_float` type that can be set either to `float` or `double`. By default, usually
- the `double` type is used. After the optimization is complete, the `c_float` type is
- converted back to `FT`. See more about `c_float` here.
+ to `c_float` type that can be set either to `float` or `double`. By default, the `double`
+ type is used. After the optimization is complete, the `c_float` type is converted back to `FT`.
+ See more about `c_float` here.
\cgalModifEnd
\cgalModels `QuadraticProgramTraits`