diff --git a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
index b4043c383f09b3dd5ad402c8d2d002eb832f5609..8ce9e01649682accb2eec14a425bb42911136e93 100644
--- a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
+++ b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
@@ -415,7 +415,7 @@ void RodContinuumSteklovPoincareStep<RodGridType,ContinuumGridType>::iterate(Rig
             
     setRotation(*interfaceBoundary_, x3d, relativeMovement);
     
-    // Right hand side vector: currently with Neumann and volume terms
+    // Right hand side vector: currently without Neumann and volume terms
     VectorType rhs3d(x3d.size());
     rhs3d = 0;