Skip to content

Commit

Permalink
Fix nit
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#21795)
  • Loading branch information
hlandau committed Jan 18, 2024
1 parent a795c02 commit e4fadfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/designs/quic-design/server/quic-polling.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ contain a large number of design issues:

- There are separate `EPOLL_CTL_ADD` and `EPOLL_CTL_MOD` calls which are needed
to add a new FD registration and modify an existing FD registration, when
most of the time what is desired is an “upsert” (update or inser) call. Thus
most of the time what is desired is an “upsert” (update or insert) call. Thus
callers have to track whether an FD has already been added or not.

- Only one FD can be registered, modified, or unregistered per syscall, rather
Expand Down

0 comments on commit e4fadfa

Please sign in to comment.