From f945f3bf69e2a88dcf1c2d15f2f0df0b77caa774 Mon Sep 17 00:00:00 2001 From: Kellen Sunderland Date: Wed, 19 Sep 2018 21:31:17 -0700 Subject: [PATCH] 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 ed04d9e14527..1daf47d0eb19 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(