Fix typo
authorkoki1.saitoh <koki0702@gmail.com>
Fri, 7 Aug 2015 09:22:28 +0000 (18:22 +0900)
committerkoki1.saitoh <koki0702@gmail.com>
Fri, 7 Aug 2015 09:22:28 +0000 (18:22 +0900)
include/caffe/layer.hpp

index e2eba19..0771b6a 100644 (file)
@@ -86,7 +86,7 @@ class Layer {
       const vector<Blob<Dtype>*>& 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<Blob<Dtype>*>& bottom,
       const vector<Blob<Dtype>*>& top) = 0;