diff --git a/dune/fufem/utilities/gridconstruction.hh b/dune/fufem/utilities/gridconstruction.hh
index 0e66f220390e2b994566bd748e2767db15c14b43..567f3438d287a185dbd04a95e1b8aead2303d388 100644
--- a/dune/fufem/utilities/gridconstruction.hh
+++ b/dune/fufem/utilities/gridconstruction.hh
@@ -187,7 +187,7 @@ public:
 
   /** \brief Create a sphere grid.
    *
-   *  Only works for UGGrid by now!
+   *
    */
   static GridType* createSphere(const ParameterTree& config) {
     return makeSphereOnOctahedron<GridType>(config.get<FV>("center"),