summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/Random.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2013-01-14 15:30:21 +0100
committerJose <jose@zeroc.com>2013-01-14 15:30:21 +0100
commitebc01ea7d46c5e31d71528782c931375a7186542 (patch)
tree467016392e95c826a0c934814be761c53da64d96 /cpp/src/IceUtil/Random.cpp
parentAdded support for Ice.UseServantClassLoader (diff)
downloadice-ebc01ea7d46c5e31d71528782c931375a7186542.tar.bz2
ice-ebc01ea7d46c5e31d71528782c931375a7186542.tar.xz
ice-ebc01ea7d46c5e31d71528782c931375a7186542.zip
Fixed (ICE-5144) - Minor grammar errors in code
Diffstat (limited to 'cpp/src/IceUtil/Random.cpp')
-rw-r--r--cpp/src/IceUtil/Random.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceUtil/Random.cpp b/cpp/src/IceUtil/Random.cpp
index f5bb19ba43b..d61dd92f8ab 100644
--- a/cpp/src/IceUtil/Random.cpp
+++ b/cpp/src/IceUtil/Random.cpp
@@ -97,7 +97,7 @@ IceUtilInternal::generateRandom(char* buffer, int size)
//
// It's not clear from the Microsoft documentation if CryptGenRandom
// can be called concurrently from several threads. To be on the safe
- // side, we also serialize calls to to CryptGenRandom with the static
+ // side, we also serialize calls to CryptGenRandom with the static
// mutex.
//