Skip to content

Commit

Permalink
docs(ffi): spelling error (hyperium#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke authored Apr 6, 2021
1 parent d84c794 commit c7ab1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ffi/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c7ab1aa

Please sign in to comment.