fix comment typo
authorJeff Donahue <jeff.donahue@gmail.com>
Sun, 16 Feb 2014 09:38:32 +0000 (01:38 -0800)
committerJeff Donahue <jeff.donahue@gmail.com>
Sun, 16 Feb 2014 09:38:32 +0000 (01:38 -0800)
src/caffe/util/insert_splits.cpp

index afbaf7f..d3e254e 100644 (file)
@@ -36,7 +36,7 @@ void insert_splits(const NetParameter& param, NetParameter* param_split) {
       blob_name_to_bottom_split_idx[blob_name] = 0;
     }
   }
-  // Create split layer for any input blobs user by other layers as bottom
+  // Create split layer for any input blobs used by other layers as bottom
   // blobs more than once.
   for (int i = 0; i < param.input_size(); ++i) {
     const string& blob_name = param.input(i);