From cd54d9e0f96df65a4972306f29d042bc34c63077 Mon Sep 17 00:00:00 2001 From: Preston Parry Date: Sun, 28 Aug 2016 14:42:57 -0700 Subject: changes "c++" to "C++" for consistency --- include/caffe/solver_factory.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3