summaryrefslogtreecommitdiff
path: root/misc/win32/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/win32/rand.c')
-rw-r--r--misc/win32/rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/win32/rand.c b/misc/win32/rand.c
index 855fbe4fd..38689eb15 100644
--- a/misc/win32/rand.c
+++ b/misc/win32/rand.c
@@ -46,7 +46,7 @@ APR_DECLARE(apr_status_t) apr_generate_random_bytes(unsigned char * buf,
APR_DECLARE(apr_status_t) apr_os_uuid_get(unsigned char *uuid_data)
{
- /* Note: this call doesn't actually require CoInitialize() first
+ /* Note: this call doesn't actually require CoInitialize() first
*
* XXX: we should scramble the bytes or some such to eliminate the
* possible misuse/abuse since uuid is based on the NIC address, and