From 298671dc15989a55cfb0b859a5497cdbff47d7d0 Mon Sep 17 00:00:00 2001 From: Terence Wu <2326428753@qq.com> Date: Tue, 1 Aug 2017 00:06:43 +0800 Subject: [PATCH] Fix a spelling mistake (#135) --- include/nnvm/graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nnvm/graph.h b/include/nnvm/graph.h index af649b4f65cf..2c3ec009731a 100644 --- a/include/nnvm/graph.h +++ b/include/nnvm/graph.h @@ -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