Author: wyoung
Date: Sat Oct 27 09:20:26 2007
New Revision: 1809

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1809&view=rev
Log:
Comment fix

Modified:
    trunk/examples/store_if.cpp

Modified: trunk/examples/store_if.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/store_if.cpp?rev=1809&r1=1808&r2=1809&view=diff
==============================================================================
--- trunk/examples/store_if.cpp (original)
+++ trunk/examples/store_if.cpp Sat Oct 27 09:20:26 2007
@@ -50,7 +50,7 @@
                }
                else {
                        // The only possibility left is that it's divisible by 
an
-                       // odd number that's less or equal to its square root.
+                       // odd number that's less than or equal to its square 
root.
                        for (int i = 3; i <= sqrt(double(s.num)); i += 2) {
                                if ((s.num % i) == 0) {
                                        return false;


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to