[Rcpp-commits] r1510 - pkg/RcppGSL/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jun 11 00:15:40 CEST 2010


Author: edd
Date: 2010-06-11 00:15:39 +0200 (Fri, 11 Jun 2010)
New Revision: 1510

Modified:
   pkg/RcppGSL/src/fastLm.cpp
Log:
one char typo fix

Modified: pkg/RcppGSL/src/fastLm.cpp
===================================================================
--- pkg/RcppGSL/src/fastLm.cpp	2010-06-09 21:44:46 UTC (rev 1509)
+++ pkg/RcppGSL/src/fastLm.cpp	2010-06-10 22:15:39 UTC (rev 1510)
@@ -54,7 +54,7 @@
 											Rcpp::Named("stderr") = std_err,
 											Rcpp::Named("df") = n - k);
 
-		// free all the GSL vectors and matrices -- as these are really C data structure
+		// free all the GSL vectors and matrices -- as these are really C data structures
 		// we cannot take advantage of automatic memory management
 		coef.free() ;
 		cov.free();



More information about the Rcpp-commits mailing list