docs(ffi): spelling error (#2489)
This commit is contained in:
@@ -7,10 +7,10 @@ use tokio::io::{AsyncRead, AsyncWrite};
|
|||||||
|
|
||||||
use super::task::hyper_context;
|
use super::task::hyper_context;
|
||||||
|
|
||||||
/// 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
|
||||||
/// is pending.
|
/// is pending.
|
||||||
pub const HYPER_IO_PENDING: size_t = 0xFFFFFFFF;
|
pub const HYPER_IO_PENDING: size_t = 0xFFFFFFFF;
|
||||||
/// 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
|
||||||
/// has errored.
|
/// has errored.
|
||||||
pub const HYPER_IO_ERROR: size_t = 0xFFFFFFFE;
|
pub const HYPER_IO_ERROR: size_t = 0xFFFFFFFE;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user