]> granicus.if.org Git - libexpat/commitdiff
xmlparse.c: Fix comment typo
authorSebastian Pipping <sebastian@pipping.org>
Sat, 15 Jul 2017 13:47:46 +0000 (15:47 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 19 Jul 2017 18:19:07 +0000 (20:19 +0200)
expat/lib/xmlparse.c

index d55eefebfa8aa895591b362fba4972410e5a8f6c..78638601d2ec51a203ce79c5485b1f43f928f9b3 100644 (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/