summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/caffe/loss_layers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/caffe/loss_layers.hpp b/include/caffe/loss_layers.hpp
index 1591c0fe..e2e3e48c 100644
--- a/include/caffe/loss_layers.hpp
+++ b/include/caffe/loss_layers.hpp
@@ -42,7 +42,7 @@ class AccuracyLayer : public Layer<Dtype> {
// If there are two top blobs, then the second blob will contain
// accuracies per class.
virtual inline int MinTopBlobs() const { return 1; }
- virtual inline int MaxTopBlos() const { return 2; }
+ virtual inline int MaxTopBlobs() const { return 2; }
protected:
/**