sandeep-krishnamurthy closed pull request #12599: Fix typo in profiler.h URL: https://github.com/apache/incubator-mxnet/pull/12599
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/profiler/profiler.h b/src/profiler/profiler.h index ed04d9e1452..1daf47d0eb1 100644 --- a/src/profiler/profiler.h +++ b/src/profiler/profiler.h @@ -1230,7 +1230,7 @@ inline size_t Profiler::DeviceIndex(mxnet::Context::DeviceType dev_type, int32_t /*! * \brief Explicit 'Profiler::AddProfileStat' override for 'OprExecStat' - * \param opr_stat Unique pointert to the operator statistic + * \param opr_stat Unique pointer to the operator statistic */ template<> inline void Profiler::AddProfileStat<ProfileOperator::OprExecStat>( ---------------------------------------------------------------- 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
