This is an automated email from the ASF dual-hosted git repository.
skm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 1a9814e Fixed typo in c_predict_api.cc (#12601)
1a9814e is described below
commit 1a9814e4c347b3e3fb38399067a8f062e735550f
Author: Kellen Sunderland <[email protected]>
AuthorDate: Wed Sep 19 21:30:52 2018 -0700
Fixed typo in c_predict_api.cc (#12601)
---
src/c_api/c_predict_api.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/c_api/c_predict_api.cc b/src/c_api/c_predict_api.cc
index c2576cc..24358e4 100644
--- a/src/c_api/c_predict_api.cc
+++ b/src/c_api/c_predict_api.cc
@@ -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) {