Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fixed typo in c_predict_api.cc (#12601)
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland authored and sandeep-krishnamurthy committed Sep 20, 2018
1 parent d4adbd2 commit 1a9814e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c_api/c_predict_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ int _CreatePartialOut(const char* symbol_json_str,
const mx_uint* input_shape_data,
mx_uint num_output_nodes,
const char** output_keys,
// This is used for paralle inference.
// This is used for parallel inference.
int num_threads,
bool lazy,
PredictorHandle* out) {
Expand Down

0 comments on commit 1a9814e

Please sign in to comment.