Skip to content

Commit 489acca

Browse files
authoredSep 4, 2024
Fix outdated comment (#1447)
1 parent d18e0a8 commit 489acca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎upstairs/src/upstairs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ impl Upstairs {
942942
self.deferred_ops.push_immediate(DeferredBlockOp::Other(op));
943943
}
944944
// Otherwise, we can apply a non-write operation immediately, saving
945-
// a trip through the FuturesUnordered
945+
// a trip through the DeferredQueue
946946
_ => {
947947
self.apply_guest_request_inner(op);
948948
}

0 commit comments

Comments
 (0)