Bunch of comment fixes

This commit is contained in:
Tequila 2014-03-13 02:20:54 +01:00
parent 0e6632f464
commit baca82d64e
17 changed files with 21 additions and 20 deletions

View file

@ -1519,7 +1519,7 @@ void Hunk_SmallLog( void) {
/*
=================
Com_InitZoneMemory
Com_InitHunkZoneMemory
=================
*/
void Com_InitHunkMemory( void ) {
@ -3539,7 +3539,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 )