diff options
author | Paul Gilbert | 2012-05-31 08:06:59 +1000 |
---|---|---|
committer | Paul Gilbert | 2012-05-31 08:06:59 +1000 |
commit | 29ebb2823dfe5fff95c47a2847f11e11bde95fd1 (patch) | |
tree | d77f42c65e2f86fa1394565926bcf36e43701842 | |
parent | 415831987d542e249ef9032fdab49bece24934fa (diff) | |
download | scummvm-rg350-29ebb2823dfe5fff95c47a2847f11e11bde95fd1.tar.gz scummvm-rg350-29ebb2823dfe5fff95c47a2847f11e11bde95fd1.tar.bz2 scummvm-rg350-29ebb2823dfe5fff95c47a2847f11e11bde95fd1.zip |
COMMON: Fix comment typo in coroutine comments
-rw-r--r-- | common/coroutines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/coroutines.h b/common/coroutines.h index 5daec4b426..abc114e0cf 100644 --- a/common/coroutines.h +++ b/common/coroutines.h @@ -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. */ |