[mlpack-git] master: Fix typo. (69439c2)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Tue Jun 16 14:50:42 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/9264f7544f7c4d93ff735f00f35b0f5287abf59d...7df836c2f5a2287cda82801ca20f4b4b410cf4e1

>---------------------------------------------------------------

commit 69439c29dd5887b6a458afeb4744d5e31dfc3d03
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Sat Jun 13 17:54:30 2015 +0200

    Fix typo.


>---------------------------------------------------------------

69439c29dd5887b6a458afeb4744d5e31dfc3d03
 src/mlpack/methods/linear_regression/linear_regression.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/linear_regression/linear_regression.hpp b/src/mlpack/methods/linear_regression/linear_regression.hpp
index 3d72389..67ad57c 100644
--- a/src/mlpack/methods/linear_regression/linear_regression.hpp
+++ b/src/mlpack/methods/linear_regression/linear_regression.hpp
@@ -115,4 +115,4 @@ class LinearRegression
 }; // namespace linear_regression
 }; // namespace mlpack
 
-#endif // __MLPACK_METHODS_LINEAR_REGRESSCLIN_HPP
+#endif // __MLPACK_METHODS_LINEAR_REGRESSION_HPP



More information about the mlpack-git mailing list