summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/Random.cpp
diff options
context:
space:
mode:
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.
//