You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2018/09/20 04:31:28 UTC

[incubator-mxnet] branch master updated: Fix typo in profiler.h (#12599)

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 f945f3b  Fix typo in profiler.h (#12599)
f945f3b is described below

commit f945f3bf69e2a88dcf1c2d15f2f0df0b77caa774
Author: Kellen Sunderland <ke...@gmail.com>
AuthorDate: Wed Sep 19 21:31:17 2018 -0700

    Fix typo in profiler.h (#12599)
    
    pointert -> pointer
---
 src/profiler/profiler.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/profiler/profiler.h b/src/profiler/profiler.h
index ed04d9e..1daf47d 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>(