xmlparse.c: Fix comment typo

This commit is contained in:
Sebastian Pipping 2017-07-15 15:47:46 +02:00
parent 391fd85fb5
commit c5897e8c14

View File

@ -803,7 +803,7 @@ writeRandomBytes_arc4random(void * target, size_t count) {
typedef BOOLEAN (APIENTRY *RTLGENRANDOM_FUNC)(PVOID, ULONG);
/* Obtain entropy on Windows XP / Windows Server 2003 and later.
* Hint on RtlGenRandom and the following article from libsodioum.
* Hint on RtlGenRandom and the following article from libsodium.
*
* Michael Howard: Cryptographically Secure Random number on Windows without using CryptoAPI
* https://blogs.msdn.microsoft.com/michael_howard/2005/01/14/cryptographically-secure-random-number-on-windows-without-using-cryptoapi/