diff --git a/docs/dev/debugger.rst b/docs/dev/debugger.rst index 254a82def6b8..65f206f0cd5e 100644 --- a/docs/dev/debugger.rst +++ b/docs/dev/debugger.rst @@ -155,7 +155,7 @@ folder specified while creating the runtime. Sample Output *************************************** -The below is the output of running ``tvm/nnvm/tutorials/from_onnnx.py`` with debugger. +The below is the output of running ``tvm/nnvm/tutorials/from_onnx.py`` with debugger. :: diff --git a/nnvm/include/nnvm/base.h b/nnvm/include/nnvm/base.h index 43e0fb9b0c59..b6a1d0e54135 100644 --- a/nnvm/include/nnvm/base.h +++ b/nnvm/include/nnvm/base.h @@ -38,7 +38,7 @@ namespace nnvm { /*! \brief any type */ using dmlc::any; -/*! \brief array_veiw type */ +/*! \brief array_view type */ using dmlc::array_view; /*!\brief getter function of any type */