From 7723e45de56189944714209e4be88e7228fed597 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 25 Nov 2017 14:03:07 -0700 Subject: [PATCH] ircd::ctx: Minor commentary. --- include/ircd/ctx/ctx.h | 4 ++-- include/ircd/ctx/dock.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ircd/ctx/ctx.h b/include/ircd/ctx/ctx.h index 2d6204515..5a7dfcc16 100644 --- a/include/ircd/ctx/ctx.h +++ b/include/ircd/ctx/ctx.h @@ -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 { diff --git a/include/ircd/ctx/dock.h b/include/ircd/ctx/dock.h index 975777834..3694b0776 100644 --- a/include/ircd/ctx/dock.h +++ b/include/ircd/ctx/dock.h @@ -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