diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc
index 6970eb527bce115d0c2be937e4bcbbd090d85d64..8acb8bf2e108dc9140fff7a4256b653cc98726db 100644
--- a/cosserat-continuum.cc
+++ b/cosserat-continuum.cc
@@ -186,7 +186,7 @@ int main (int argc, char *argv[]) try
                 dirichletNodes[grid->leafIndexSet().index(*vIt)][j] = true;
         }
 #endif
-#if 1   // Boundary conditions for the cantilever example
+#if 1   // Boundary conditions for the L-shape example
         if (vIt->geometry().corner(0)[0] < 1.0) {
             // Only translation dofs are Dirichlet
             for (int j=0; j<3; j++)