[pycaffe] fix comment typo
authorJonathan L Long <jonlong@cs.berkeley.edu>
Wed, 1 Oct 2014 02:16:56 +0000 (19:16 -0700)
committerJonathan L Long <jonlong@cs.berkeley.edu>
Wed, 1 Oct 2014 02:17:17 +0000 (19:17 -0700)
python/caffe/_caffe.hpp

index ba04d27..622e887 100644 (file)
@@ -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<float> > net_;
   // if taking input from an ndarray, we need to hold references
   bp::object input_data_;