Skip to content

Commit c7ab1aa

Browse files
authored
docs(ffi): spelling error (#2489)
1 parent d84c794 commit c7ab1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ffi/io.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ use tokio::io::{AsyncRead, AsyncWrite};
77

88
use super::task::hyper_context;
99

10-
/// Sentinal value to return from a read or write callback that the operation
10+
/// Sentinel value to return from a read or write callback that the operation
1111
/// is pending.
1212
pub const HYPER_IO_PENDING: size_t = 0xFFFFFFFF;
13-
/// Sentinal value to return from a read or write callback that the operation
13+
/// Sentinel value to return from a read or write callback that the operation
1414
/// has errored.
1515
pub const HYPER_IO_ERROR: size_t = 0xFFFFFFFE;
1616

0 commit comments

Comments
 (0)