0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-29 15:28:20 +02:00

ircd::ctx: Minor commentary.

This commit is contained in:
Jason Volk 2017-11-25 14:03:07 -07:00
parent f2cfa5eccf
commit 7723e45de5
2 changed files with 3 additions and 3 deletions

View file

@ -140,8 +140,8 @@ namespace ircd
/// or anywhere up the stack from it. This device does not prevent a switch
/// and may carry no meaning outside of debug-mode compilation. It is good
/// practice to use this device even when it appears obvious the section's
/// callgraph has no chance of yielding; code changes, and everything up
/// up the graph can change without taking notice of your section.
/// callgraph has no chance of yielding; code changes, and everything up the
/// graph can change without taking notice of your section.
///
class ircd::ctx::this_ctx::critical_assertion
{

View file

@ -76,7 +76,7 @@ noexcept
/// Wake up the next context waiting on the dock
///
/// Unlike notify_one(), the next context in the queue is repositioned in the
/// back before being woken up for better fairness.
/// back before being woken up for fairness.
inline void
ircd::ctx::dock::notify()
noexcept