From 93a4a466505b06c00eb5d310d5af84edfca63bac Mon Sep 17 00:00:00 2001 From: Gerald Lindsly Date: Fri, 17 Feb 2012 15:44:38 -0500 Subject: [PATCH] comment tweak. --- src/mongo/client/examples/Rand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mongo/client/examples/Rand.h b/src/mongo/client/examples/Rand.h index 8ee16b88cb87c..07e86c6d7e3a1 100644 --- a/src/mongo/client/examples/Rand.h +++ b/src/mongo/client/examples/Rand.h @@ -17,7 +17,7 @@ /************ see the book for explanations and caveats! *******************/ /************ in particular, you need two's complement arithmetic **********/ -// adapted to C++ by Gerald Lindsly (2012) +// adapted to C++ permitting multiple instances by Gerald Lindsly (2012) class RandomGenerator {