changes "c++" to "C++" for consistency
authorPreston Parry <ClimbsBytes@gmail.com>
Sun, 28 Aug 2016 21:42:57 +0000 (14:42 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Aug 2016 21:42:57 +0000 (14:42 -0700)
include/caffe/solver_factory.hpp

index cfff721..a5b1607 100644 (file)
@@ -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);