diff --git a/Mesh/HighOrder.cpp b/Mesh/HighOrder.cpp
index c9152069b0e07984a6a526a756734009d0c1736c..dbc93f24e1fd1069001adec09438a5ac8ddd1f62 100644
--- a/Mesh/HighOrder.cpp
+++ b/Mesh/HighOrder.cpp
@@ -1122,7 +1122,9 @@ void checkHighOrderTriangles(const char* cc, GModel *m,
       if (disto < 0) bad.push_back(t);
       else if (disto < 0.2) nbfair++;
     }
-    /* FIXME THIS IS WRONG
+    /* FIXME THIS IS WRONG (crashes in distoShapeMesure -- see comment in
+       bez2LagPoints in JacobianBasis.cpp)
+
     for(unsigned int i = 0; i < (*it)->quadrangles.size(); i++){
       MQuadrangle *t = (*it)->quadrangles[i];
       double disto_ = t->distoShapeMeasure();