0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-19 18:38:21 +02:00

ircd: Correct/abridge various comments.

This commit is contained in:
Jason Volk 2021-11-18 10:50:01 -08:00
parent d0a1d32488
commit cb8362ba51

View file

@ -13,10 +13,6 @@
/// Userspace Contexts: cooperative threading from stackful coroutines.
///
/// This is the public interface to the userspace context system. No 3rd party
/// symbols are included from here. This file is included automatically in stdinc.h
/// and you do not have to include it manually.
///
/// There are two primary objects at work in the context system:
///
/// `struct context` <ircd/ctx/context.h>