summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Donahue <jeff.donahue@gmail.com>2016-08-29 15:41:25 -0700
committerGitHub <noreply@github.com>2016-08-29 15:41:25 -0700
commitb2982c7eef65a1b94db6f22fb8bb7caa986e6f29 (patch)
treeddf0b4691c0b118ca49e4ede8081da0e33b791b3 /include
parentd1dc92ea173244c3968f844e79a75b1854da9b27 (diff)
parentcd54d9e0f96df65a4972306f29d042bc34c63077 (diff)
downloadcaffeonacl-b2982c7eef65a1b94db6f22fb8bb7caa986e6f29.tar.gz
caffeonacl-b2982c7eef65a1b94db6f22fb8bb7caa986e6f29.tar.bz2
caffeonacl-b2982c7eef65a1b94db6f22fb8bb7caa986e6f29.zip
Merge pull request #4647 from ClimbsRocks/patch-3
changes "c++" to "C++" for consistency
Diffstat (limited to 'include')
-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);