Skip to content

Commit

Permalink
Merge pull request #4647 from ClimbsRocks/patch-3
Browse files Browse the repository at this point in the history
changes "c++" to "C++" for consistency
  • Loading branch information
jeffdonahue authored Aug 29, 2016
2 parents d1dc92e + cd54d9e commit b2982c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/caffe/solver_factory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b2982c7

Please sign in to comment.