Skip to content

Commit cd54d9e

Browse files
authored
changes "c++" to "C++" for consistency
1 parent 985493e commit cd54d9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/caffe/solver_factory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* and its type is its C++ class name, but without the "Solver" at the end
1616
* ("MyAwesomeSolver" -> "MyAwesome").
1717
*
18-
* If the solver is going to be created simply by its constructor, in your c++
18+
* If the solver is going to be created simply by its constructor, in your C++
1919
* file, add the following line:
2020
*
2121
* REGISTER_SOLVER_CLASS(MyAwesome);

0 commit comments

Comments
 (0)