Skip to content

Commit 4aa7886

Browse files
committed
rust: kasync: net: fix typo
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 11fc4b8 commit 4aa7886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/kasync/net.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ impl<'a, Out, F: FnMut() -> Result<Out> + Send + 'a> SocketFuture<'a, Out, F> {
183183

184184
/// Callback called when the socket changes state.
185185
///
186-
/// If the state matches the one we're waiting on, we wake up the tak so that the future can be
186+
/// If the state matches the one we're waiting on, we wake up the task so that the future can be
187187
/// polled again.
188188
unsafe extern "C" fn wake_callback(
189189
wq_entry: *mut bindings::wait_queue_entry,

0 commit comments

Comments
 (0)