Fix doxygen comment
Change-Id: I7ae8d3eda8d9cbe042dc5d571f4e66a54f6c75da
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/30880
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
diff --git a/src/inspector/inspector_test.cc b/src/inspector/inspector_test.cc
index d136ad8..d387360 100644
--- a/src/inspector/inspector_test.cc
+++ b/src/inspector/inspector_test.cc
@@ -308,7 +308,7 @@
/// Generates a function that references a specific UBO
/// @param func_name name of the function created
/// @param ubo_name name of the UBO to be accessed
- /// @param member_idx index of the member to access
+ /// @param members list of members to access, by index and type
/// @returns a function that references all of the UBO members specified
std::unique_ptr<ast::Function> MakeUBOReferenceBodyFunction(
std::string func_name,