Commit ec04b943 by Terence Wu Committed by Tianqi Chen

Fix 2 spelling mistakes (#129)

parent 0fa529cd
...@@ -19,7 +19,7 @@ namespace nnvm { ...@@ -19,7 +19,7 @@ namespace nnvm {
typedef int64_t dim_t; typedef int64_t dim_t;
/*! /*!
* \brief A dynamic sized array data strcuture that is optimized for storing * \brief A dynamic sized array data structure that is optimized for storing
* small number of elements with same type. * small number of elements with same type.
* *
* Data will be stored in stack when number of elements is small. * Data will be stored in stack when number of elements is small.
...@@ -72,7 +72,7 @@ class Tuple { ...@@ -72,7 +72,7 @@ class Tuple {
} }
/*! /*!
* \brief Assign content to tuple from iterator. * \brief Assign content to tuple from iterator.
* \param begin the beginning of iteratro * \param begin the beginning of iterator
* \param end end the end of the iterator * \param end end the end of the iterator
* \tparam RandomAccessIterator iterator type * \tparam RandomAccessIterator iterator type
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment