aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-31 08:06:59 +1000
committerPaul Gilbert2012-05-31 08:06:59 +1000
commit29ebb2823dfe5fff95c47a2847f11e11bde95fd1 (patch)
treed77f42c65e2f86fa1394565926bcf36e43701842
parent415831987d542e249ef9032fdab49bece24934fa (diff)
downloadscummvm-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.h2
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.
*/