Commit 51f71ea1 by Terence Wu Committed by Tianqi Chen

Fix a spelling mistake (#135)

parent 848212d9
......@@ -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
......
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