diff --git a/src/rodlocalstiffness.hh b/src/rodlocalstiffness.hh
index 1b5942aec32c94774c19691020bcec8f37665412..d24c26639790786c082e08c1bf486dca2176eba2 100644
--- a/src/rodlocalstiffness.hh
+++ b/src/rodlocalstiffness.hh
@@ -177,7 +177,7 @@ interpolationDerivative(const Rotation<3,RT>& q0, const Rotation<3,RT>& q1, doub
     for (int i=0; i<6; i++)
         grad[i] = 0;
 
-    // The derivatives with respect to w^1
+    // The derivatives with respect to w^0
 
     // Compute q_1^{-1}q_0
     Rotation<3,RT> q1InvQ0 = q1;