We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84c794 commit c7ab1aaCopy full SHA for c7ab1aa
src/ffi/io.rs
@@ -7,10 +7,10 @@ use tokio::io::{AsyncRead, AsyncWrite};
7
8
use super::task::hyper_context;
9
10
-/// Sentinal value to return from a read or write callback that the operation
+/// Sentinel value to return from a read or write callback that the operation
11
/// is pending.
12
pub const HYPER_IO_PENDING: size_t = 0xFFFFFFFF;
13
14
/// has errored.
15
pub const HYPER_IO_ERROR: size_t = 0xFFFFFFFE;
16
0 commit comments