diff --git a/MeshLib/ElementStatus.h b/MeshLib/ElementStatus.h
index 8fb357f42343c8c5f718bf3d72a2981901e33adb..8a9a479fdbe9405ccba451eeb28870f066a278d6 100644
--- a/MeshLib/ElementStatus.h
+++ b/MeshLib/ElementStatus.h
@@ -43,7 +43,7 @@ public:
     /// Returns the status of element i
     bool isActive(std::size_t i) const { return _element_status[i]; }
 
-    /// Returns the status of node i
+    /// Returns the status of the given node
     bool isActiveNode(MeshLib::Node const* node) const;
 
     /// Returns a vector of active elements connected to a node