From f5116a1d2827a5e1490ce047df7835b66e92f99f Mon Sep 17 00:00:00 2001 From: "koki1.saitoh" Date: Fri, 7 Aug 2015 18:22:28 +0900 Subject: [PATCH] Fix typo --- include/caffe/layer.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/caffe/layer.hpp b/include/caffe/layer.hpp index e2eba19..0771b6a 100644 --- a/include/caffe/layer.hpp +++ b/include/caffe/layer.hpp @@ -86,7 +86,7 @@ class Layer { const vector*>& top) {} /** - * @brief Adjust the shapes of top blobs and internal buffers to accomodate + * @brief Adjust the shapes of top blobs and internal buffers to accommodate * the shapes of the bottom blobs. * * @param bottom the input blobs, with the requested input shapes @@ -95,7 +95,7 @@ class Layer { * This method should reshape top blobs as needed according to the shapes * of the bottom (input) blobs, as well as reshaping any internal buffers * and making any other necessary adjustments so that the layer can - * accomodate the bottom blobs. + * accommodate the bottom blobs. */ virtual void Reshape(const vector*>& bottom, const vector*>& top) = 0; -- 2.7.4