mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
Fix typos
This commit is contained in:
parent
0486aa3e8b
commit
07fdcf150d
15 changed files with 18 additions and 18 deletions
|
@ -204,7 +204,7 @@ static std::tuple<u32*, u32*> GetWaitSynchTimeoutParameterRegister(Thread* threa
|
|||
}
|
||||
|
||||
/**
|
||||
* Updates the WaitSynchronization timeout paramter according to the difference
|
||||
* Updates the WaitSynchronization timeout parameter according to the difference
|
||||
* between ticks of the last WaitSynchronization call and the incoming one.
|
||||
* @param timeout_low a pointer to the register for the low part of the timeout parameter
|
||||
* @param timeout_high a pointer to the register for the high part of the timeout parameter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue