Documentation update

Change-Id: I0fec43bff4fe0ea6cd2d2a8b34dac2330a517da0
diff --git a/include/ceres/dynamic_autodiff_cost_function.h b/include/ceres/dynamic_autodiff_cost_function.h
index 4226177..f2e7c26 100644
--- a/include/ceres/dynamic_autodiff_cost_function.h
+++ b/include/ceres/dynamic_autodiff_cost_function.h
@@ -41,7 +41,7 @@
 //
 //   struct MyCostFunctor {
 //     template<typename T>
-//     bool operator()(const* const* T parameters, T* residuals) const {
+//     bool operator()(T const* const* parameters, T* residuals) const {
 //       // Use parameters[i] to access the i'th parameter block.
 //     }
 //   }