From 08ccc947f128ef88fcd24c3d5807bc7c4338efda Mon Sep 17 00:00:00 2001 From: Jonathan L Long Date: Tue, 30 Sep 2014 19:16:56 -0700 Subject: [PATCH] [pycaffe] fix comment typo --- python/caffe/_caffe.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/caffe/_caffe.hpp b/python/caffe/_caffe.hpp index ba04d27..622e887 100644 --- a/python/caffe/_caffe.hpp +++ b/python/caffe/_caffe.hpp @@ -153,7 +153,7 @@ class PyNet { bp::dict channel_swap_; protected: - // The pointer to the internal caffe::Net instant. + // The pointer to the internal caffe::Net instance. shared_ptr > net_; // if taking input from an ndarray, we need to hold references bp::object input_data_; -- 2.7.4