diff --git a/libwccl/ops/functions/tset/getwordclass.h b/libwccl/ops/functions/tset/getwordclass.h
index 30f377cd958cff47637a28c3892dd0e62bc1b193..0efff88380c3d4c4bccd0398a682f0d8a5d1e799 100644
--- a/libwccl/ops/functions/tset/getwordclass.h
+++ b/libwccl/ops/functions/tset/getwordclass.h
@@ -19,13 +19,13 @@ public:
 	}
 
 	/**
-	 * @returns Name of the operator, "flex"
+	 * @returns Name of the operator, "class"
 	 */
 	std::string name(const Corpus2::Tagset&) const {
 		return "class";
 	}
 	/**
-	 * @returns Name of the operator, "flex"
+	 * @returns Name of the operator, "class"
 	 */
 	std::string raw_name() const {
 		return "class";