summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Parry <ClimbsBytes@gmail.com>2016-08-28 14:42:57 -0700
committerGitHub <noreply@github.com>2016-08-28 14:42:57 -0700
commitcd54d9e0f96df65a4972306f29d042bc34c63077 (patch)
tree3a8f306a644075882444c5b37d8b79526847b099
parent985493e9ce3e8b61e06c072a16478e6a74e3aa5a (diff)
downloadcaffeonacl-cd54d9e0f96df65a4972306f29d042bc34c63077.tar.gz
caffeonacl-cd54d9e0f96df65a4972306f29d042bc34c63077.tar.bz2
caffeonacl-cd54d9e0f96df65a4972306f29d042bc34c63077.zip
changes "c++" to "C++" for consistency
-rw-r--r--include/caffe/solver_factory.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/caffe/solver_factory.hpp b/include/caffe/solver_factory.hpp
index cfff721a..a5b16073 100644
--- a/include/caffe/solver_factory.hpp
+++ b/include/caffe/solver_factory.hpp
@@ -15,7 +15,7 @@
* and its type is its C++ class name, but without the "Solver" at the end
* ("MyAwesomeSolver" -> "MyAwesome").
*
- * If the solver is going to be created simply by its constructor, in your c++
+ * If the solver is going to be created simply by its constructor, in your C++
* file, add the following line:
*
* REGISTER_SOLVER_CLASS(MyAwesome);