Skip to content

Commit

Permalink
tools/ttysnoop: Fix a minor typo
Browse files Browse the repository at this point in the history
Fix typo from "seperately" to "separately"

Signed-off-by: Keoseong Park <[email protected]>
  • Loading branch information
keosung committed Dec 18, 2024
1 parent 04dbccd commit fd96bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ttysnoop.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def usage():
return 0;
/**
* commit 8cd54c1c8480 iov_iter: separate direction from flavour
* `type` is represented by iter_type and data_source seperately
* `type` is represented by iter_type and data_source separately
*/
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 14, 0)
if (from->type != (ITER_IOVEC + WRITE))
Expand Down

0 comments on commit fd96bbb

Please sign in to comment.