docs(ffi): spelling error (#2489)

This commit is contained in:
Kevin Burke
2021-04-06 11:40:02 -07:00
committed by GitHub
parent d84c794bad
commit c7ab1aace1

View File

@@ -7,10 +7,10 @@ use tokio::io::{AsyncRead, AsyncWrite};
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.
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.
pub const HYPER_IO_ERROR: size_t = 0xFFFFFFFE;