Bunch of comment fixes
This commit is contained in:
parent
0e6632f464
commit
baca82d64e
17 changed files with 21 additions and 20 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue