diff --git a/meshmode/dof_array.py b/meshmode/dof_array.py
index 07aa96d477f640e77f246092835c9e178b2c796f..0bba5971a6f1fdfd216367ae93b09721e5ec0f9c 100644
--- a/meshmode/dof_array.py
+++ b/meshmode/dof_array.py
@@ -126,7 +126,7 @@ def thaw(actx: ArrayContext, ary: np.ndarray) -> np.ndarray:
 
 
 def freeze(ary: np.ndarray) -> np.ndarray:
-    r"""Call :meth:`~meshmode.array_context.arrayContext.freeze` on the element
+    r"""Call :meth:`~meshmode.array_context.ArrayContext.freeze` on the element
     group arrays making up the :class:`DOFArray`, using the
     :class:`~meshmode.array_context.ArrayContext` in *ary*.