diff options
| author | Roman A <121314722+GameRoMan@users.noreply.github.com> | 2025-06-16 15:35:41 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-06-16 15:22:49 +0000 |
| commit | b07d761310f45ec82aafa352739e190d12ab58a0 (patch) | |
| tree | f8054476e057cc52de828af6ce343f5dda34526b /sys/linux | |
| parent | e7dd99bade45e7e0cf824f07484e8d34942edfa8 (diff) | |
all: fix typos
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/io_uring.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/io_uring.txt b/sys/linux/io_uring.txt index 414138ef9..86935e49a 100644 --- a/sys/linux/io_uring.txt +++ b/sys/linux/io_uring.txt @@ -445,7 +445,7 @@ type io_uring_timeout_completion_event_count int64[0:10] # openat and openat2 returns a useful resource (fd) that we can use for other # systemcalls. The resulting fds are returned within io_uring_cqe.res. The only way # to identify cqes for those operations is to keep track of their user data. Thus, -# use a seperate set of sqe_user_data range for openat and openat2. +# use a separate set of sqe_user_data range for openat and openat2. sqe_user_data_not_openat = 0, 1 sqe_user_data_openat = 0x12345, 0x23456 sqe_user_data = 0, 1, 0x12345, 0x23456 |
