sandeep-krishnamurthy closed pull request #12601: Fixed typo in c_predict_api.cc
URL: https://github.com/apache/incubator-mxnet/pull/12601
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/c_api/c_predict_api.cc b/src/c_api/c_predict_api.cc
index c2576cc8e0a..24358e44947 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) {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to