diff options
Diffstat (limited to 'src/qcommon/common.c')
-rw-r--r-- | src/qcommon/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qcommon/common.c b/src/qcommon/common.c index edfca8c9..d8216b15 100644 --- a/src/qcommon/common.c +++ b/src/qcommon/common.c @@ -1515,7 +1515,7 @@ void Hunk_SmallLog( void) { /* ================= -Com_InitZoneMemory +Com_InitHunkZoneMemory ================= */ void Com_InitHunkMemory( void ) { @@ -3375,7 +3375,7 @@ void Field_AutoComplete( field_t *field ) ================== Com_RandomBytes -fills string array with len radom bytes, peferably from the OS randomizer +fills string array with len random bytes, preferably from the OS randomizer ================== */ void Com_RandomBytes( byte *string, int len ) |