Skip to content

Commit d94f2ce

Browse files
committed
fix: typo in comments
1 parent a767c0d commit d94f2ce

File tree

1 file changed

+1
-1
lines changed
  • compio-runtime/src/runtime

1 file changed

+1
-1
lines changed

compio-runtime/src/runtime/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ impl RuntimeInner {
141141
BufResult(Ok(_), rop) => break rop.into_inner(),
142142
BufResult(Err(_), rop) => op = rop,
143143
}
144-
// Possible error: thread poll is full, or failed to create notify handle.
144+
// Possible error: thread pool is full, or failed to create notify handle.
145145
// Push the future to the back of the queue.
146146
let mut yielded = false;
147147
poll_fn(|cx| {

0 commit comments

Comments
 (0)