summaryrefslogtreecommitdiff
path: root/src/caffe
diff options
context:
space:
mode:
authorJonathan L Long <jonlong@cs.berkeley.edu>2015-01-10 01:16:12 -0800
committerJonathan L Long <jonlong@cs.berkeley.edu>2015-01-10 01:16:12 -0800
commit25e37489294cabcc023b3583ad72d8753317e069 (patch)
tree38a00c5c3b81f80389a718662c0a47542afbbe0d /src/caffe
parentc6a88bf549677446fd90c3f838d5ecf5b91da8a1 (diff)
downloadcaffeonacl-25e37489294cabcc023b3583ad72d8753317e069.tar.gz
caffeonacl-25e37489294cabcc023b3583ad72d8753317e069.tar.bz2
caffeonacl-25e37489294cabcc023b3583ad72d8753317e069.zip
fix typo in layer_factory.cpp
Diffstat (limited to 'src/caffe')
-rw-r--r--src/caffe/layer_factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caffe/layer_factory.cpp b/src/caffe/layer_factory.cpp
index 5a286cd4..80694834 100644
--- a/src/caffe/layer_factory.cpp
+++ b/src/caffe/layer_factory.cpp
@@ -154,5 +154,5 @@ Layer<Dtype>* GetTanHLayer(const LayerParameter& param) {
REGISTER_LAYER_CREATOR(TANH, GetTanHLayer);
// Layers that use their constructor as their default creator should be
-// registered in their corresponding cpp files. Do not registere them here.
+// registered in their corresponding cpp files. Do not register them here.
} // namespace caffe