Skip to content

Commit

Permalink
Fix outdated comment (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter authored Sep 4, 2024
1 parent d18e0a8 commit 489acca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstairs/src/upstairs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ impl Upstairs {
self.deferred_ops.push_immediate(DeferredBlockOp::Other(op));
}
// Otherwise, we can apply a non-write operation immediately, saving
// a trip through the FuturesUnordered
// a trip through the DeferredQueue
_ => {
self.apply_guest_request_inner(op);
}
Expand Down

0 comments on commit 489acca

Please sign in to comment.