diff --git a/examples/main.c b/examples/main.c
index df173031bfce86afcc452fc5e17ffd23c0d98245..da49a44b41b730ee46e6fa6de92f3e3ee48b6604 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -1315,7 +1315,7 @@ int main(int argc, char *argv[]) {
     /* Initialise the gravity properties */
     bzero(&gravity_properties, sizeof(struct gravity_props));
     if (with_self_gravity)
-      /* NOTE: In the zoom branch cdim is yet to be set by this point */
+      /* NOTE: In the zoom branch s.cdim is yet to be set by this point */
       gravity_props_init(&gravity_properties, params, &prog_const, &cosmo,
                          with_cosmology, with_external_gravity,
                          with_baryon_particles, with_DM_particles,