|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r73628 - sandbox/SOC/2011/checks/boost/checks
From: pierre.talbot.6114_at_[hidden]
Date: 2011-08-09 12:51:11
Author: trademark
Date: 2011-08-09 12:51:09 EDT (Tue, 09 Aug 2011)
New Revision: 73628
URL: http://svn.boost.org/trac/boost/changeset/73628
Log:
Old stuff, save for the algorithms.
Text files modified:
sandbox/SOC/2011/checks/boost/checks/modulus.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2011/checks/boost/checks/modulus.hpp
==============================================================================
--- sandbox/SOC/2011/checks/boost/checks/modulus.hpp (original)
+++ sandbox/SOC/2011/checks/boost/checks/modulus.hpp 2011-08-09 12:51:09 EDT (Tue, 09 Aug 2011)
@@ -36,7 +36,7 @@
}
}
int sum = 0,v;
- /* We start with the leftmost digit and we multiply by two
+ /* We start with the rightmost digit and we multiply by two
* if the total number of digit is even. We alternate the multiplication
* for all the digits. We subtract 9 from the digit greater than 9
* after the multiplication. */
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk