Fix doxygen comment

Change-Id: Ic7778f390324431cc8e517d514e03c74de02ec46
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/33142
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
diff --git a/src/transform/manager.h b/src/transform/manager.h
index 9f88e83..0d193a9 100644
--- a/src/transform/manager.h
+++ b/src/transform/manager.h
@@ -33,8 +33,8 @@
   /// Constructor
   /// DEPRECATED
   Manager();
-  /// @param ctx the tint context
-  /// @param mod the module to transform
+  /// @param context the tint context
+  /// @param module the module to transform
   Manager(Context* context, ast::Module* module);
   ~Manager();