Typo in \param doc name
Closes https://github.com/dart-lang/sdk/pull/50395
TEST=ci
GitOrigin-RevId: a6aae8cf90306a1e2a44ebdf9da269cf756515bc
Change-Id: Iec8137ffc21f5aaefdc5f5f878df5fc017e9891f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269601
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Slava Egorov <vegorov@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index 741447a..e8b101e 100644
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -1105,7 +1105,7 @@
* shutdown (may be NULL).
* \param cleanup_callback A callback to be called when the isolate is being
* cleaned up (may be NULL).
- * \param isolate_data The embedder-specific data associated with this isolate.
+ * \param child_isolate_data The embedder-specific data associated with this isolate.
* \param error Set to NULL if creation is successful, set to an error
* message otherwise. The caller is responsible for calling free() on the
* error message.