Skip to content

Commit

Permalink
Fix a spelling mistake (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmonicahappy authored and tqchen committed Jul 31, 2017
1 parent 0a45136 commit 298671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nnvm/graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Graph {
};

/*!
* \brief Auxililary data structure to index a graph.
* \brief Auxiliary data structure to index a graph.
* It maps Nodes in the graph to consecutive integers node_id.
* It also maps IndexedGraph::NodeEntry to consecutive integer entry_id.
* This allows storing properties of Node and NodeEntry into
Expand Down

0 comments on commit 298671d

Please sign in to comment.