Skip to content

Commit 84868f1

Browse files
HRXWEBhuangruixin
andauthored
Fix documentation and parameter name in TRITONBACKEND_ModelBackend function (#384)
Co-authored-by: huangruixin <[email protected]>
1 parent 94eb61c commit 84868f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/triton/core/tritonbackend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ TRITONBACKEND_DECLSPEC TRITONSERVER_Error* TRITONBACKEND_ModelServer(
11001100
/// Get the backend used by the model.
11011101
///
11021102
/// \param model The model.
1103-
/// \param model Returns the backend object.
1103+
/// \param backend Returns the backend object.
11041104
/// \return a TRITONSERVER_Error indicating success or failure.
11051105
TRITONBACKEND_DECLSPEC TRITONSERVER_Error* TRITONBACKEND_ModelBackend(
11061106
TRITONBACKEND_Model* model, TRITONBACKEND_Backend** backend);

0 commit comments

Comments
 (0)