aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-08 17:07:09 +0100
committerGitHub <noreply@github.com>2022-11-08 17:07:09 +0100
commite1ec3f44345b13a7201396b9d254fcd1c342b47c (patch)
tree28b8ed020eb90e5627f6eccca06d0300c1d0a57c /vespalib
parent1f2ed87c77bfc9b75f67e54276d57366486e2e2d (diff)
Update vespalib/src/vespa/vespalib/coro/completion.h
Co-authored-by: Geir Storli <geirst@yahooinc.com>
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/coro/completion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/coro/completion.h b/vespalib/src/vespa/vespalib/coro/completion.h
index caac3e5fb8a..cbacfbb98f2 100644
--- a/vespalib/src/vespa/vespalib/coro/completion.h
+++ b/vespalib/src/vespa/vespalib/coro/completion.h
@@ -27,7 +27,7 @@ namespace vespalib::coro {
// coroutine). The receiver in this context may be either an actual
// receiver_of<T>, a callback function accepting a Received<T> or an
// std::promise. The different cases are handled by the overloaded
-// Recieved<T>::forward function template.
+// Received<T>::forward function template.
template <typename T, typename R>
Detached connect_resume(Lazy<T> value, R receiver) {