fix comment typo

This commit is contained in:
toddouska
2016-09-19 13:28:14 -07:00
parent c51444bec5
commit 0718aba655

View File

@ -1630,7 +1630,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
/* don't fallback to /dev/urandom */
return ret;
#else
/* fallback to /dev/urrandom attempt */
/* fallback to /dev/urandom attempt */
ret = 0;
#endif
}