From 18fd73b065b29f4bfb343aaf6f85bdedac6eded8 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Sun, 21 Jun 2015 20:36:15 +0300 Subject: [PATCH] gate: fix doc typo --- core/gate.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/gate.hh b/core/gate.hh index 3f9cb89374..a444b35238 100644 --- a/core/gate.hh +++ b/core/gate.hh @@ -51,7 +51,7 @@ class gate { public: /// Registers an in-progress request. /// - /// If the gate is not closed, the request is registered. Othewise, + /// If the gate is not closed, the request is registered. Otherwise, /// a \ref gate_closed_exception is thrown. void enter() { if (_stopped) {