mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Everywhere: Fix typos
Mostly in comments, but sprintf() now prints "August" instead of "Auguest" so that's something.
This commit is contained in:
committed by
Andreas Kling
parent
7399874479
commit
ef1b21004f
@@ -1014,7 +1014,7 @@ unsigned long long strtoull(const char* str, char** endptr, int base)
|
||||
|
||||
// Serenity's PRNG is not cryptographically secure. Do not rely on this for
|
||||
// any real crypto! These functions (for now) are for compatibility.
|
||||
// TODO: In the future, rand can be made determinstic and this not.
|
||||
// TODO: In the future, rand can be made deterministic and this not.
|
||||
uint32_t arc4random(void)
|
||||
{
|
||||
char buf[4];
|
||||
|
||||
Reference in New Issue
Block a user