gate: fix doc typo

This commit is contained in:
Avi Kivity
2015-06-21 20:36:15 +03:00
parent a2ec5ebe87
commit 18fd73b065

View File

@@ -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) {