mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
COMMON: Fix comment typo in coroutine comments
This commit is contained in:
parent
415831987d
commit
29ebb2823d
@ -64,7 +64,7 @@ typedef CoroBaseContext *CoroContext;
|
||||
|
||||
|
||||
/** This is a special constant that can be temporarily used as a parameter to call coroutine-ised
|
||||
* from methods from methods that haven't yet been converted to being a coroutine, so code at least
|
||||
* methods from code that haven't yet been converted to being a coroutine, so code at least
|
||||
* compiles correctly. Be aware, though, that an error will occur if a coroutine that was passed
|
||||
* the nullContext tries to sleep or yield control.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user