diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp
index b88d17ec679861511f08d296aa1639b11be7c5a3..e894cac9d8051017cc6a5f1577b1b7a640ee928b 100644
--- a/Geo/GModel.cpp
+++ b/Geo/GModel.cpp
@@ -85,8 +85,8 @@ GModel::GModel(std::string name)
   _createGEOInternals();
 
   // FIXME: GModelFactory will be deprecated, replaced by direct interfaces to
-  // internal CAD data, with "integer-based" API, easily wrapped in C, Python or
-  // any other scripting language
+  // internal CAD data, with an "integer-based" API, easily wrapped in C, Python
+  // or any other scripting language
   setFactory("Gmsh");
 
 #if defined(HAVE_MESH)
diff --git a/Geo/GModelIO_GEO.cpp b/Geo/GModelIO_GEO.cpp
index 6fe050061e39701fd3dc4c35b677266ae2d008a5..42e138dedb048e1322f193b6c4c6af61c8b366b6 100644
--- a/Geo/GModelIO_GEO.cpp
+++ b/Geo/GModelIO_GEO.cpp
@@ -879,8 +879,8 @@ void GEO_Internals::synchronize(GModel *model)
 
   // if the entities do not exist, we create them; if they exist, we update the
   // pointer (and the underlying dependencies, e.g. surface boundaries): this is
-  // necessary because a GEO entity can change (while keeping the same tag!!),
-  // due e.g. to ReplaceDuplicates.
+  // necessary because a GEO entity can change (while keeping the same tag), due
+  // e.g. to ReplaceDuplicates.
 
   if(Tree_Nbr(Points)) {
     List_T *points = Tree2List(Points);