mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Fix typos (#11361)
This commit is contained in:
parent
cd016be86e
commit
949e93bec7
3 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ namespace utils
|
|||
|
||||
/**
|
||||
* Reserve `size` bytes of virtual memory and returns it.
|
||||
* The memory should be commited before usage.
|
||||
* The memory should be committed before usage.
|
||||
*/
|
||||
void* memory_reserve(usz size, void* use_addr = nullptr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue