Fix documentation of parameters

This commit is contained in:
Lioncash 2014-11-18 08:31:24 -05:00
parent 745b0219c5
commit 64cc6cb6cf
3 changed files with 3 additions and 3 deletions

View file

@ -157,7 +157,7 @@ u8* GetPointer(VAddr virtual_address);
* Maps a block of memory on the heap
* @param size Size of block in bytes
* @param operation Memory map operation type
* @param flags Memory allocation flags
* @param permissions Memory allocation permissions
*/
u32 MapBlock_Heap(u32 size, u32 operation, u32 permissions);