[mlpack-git] master: Fix comment. (3f27740)

gitdub at mlpack.org gitdub at mlpack.org
Tue Nov 1 11:34:37 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/981ffa2d67d8fe38df6c699589005835fef710ea...04551164d9950dbdb3738f0c9d87e2d498fd8192

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

commit 3f27740eeac3b37a32be4314b0cd8ec8dc6d1ac1
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Nov 1 11:34:37 2016 -0400

    Fix comment.


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

3f27740eeac3b37a32be4314b0cd8ec8dc6d1ac1
 src/mlpack/core/util/cli.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/core/util/cli.cpp b/src/mlpack/core/util/cli.cpp
index b9eac67..4cbfc3a 100644
--- a/src/mlpack/core/util/cli.cpp
+++ b/src/mlpack/core/util/cli.cpp
@@ -204,7 +204,7 @@ CLI::~CLI()
 
   // Notify the user if we are debugging, but only if we actually parsed the
   // options.  This way this output doesn't show up inexplicably for someone who
-  // may not have wanted it there (i.e. in Boost unit tests).
+  // may not have wanted it there, such as in Boost unit tests.
   if (didParse)
     Log::Debug << "Compiled with debugging symbols." << std::endl;
 }




More information about the mlpack-git mailing list