mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 22:19:10 +00:00
Correct more typos (#500)
This commit is contained in:
parent
8b469389f6
commit
d4000bb8f7
30 changed files with 39 additions and 39 deletions
|
@ -43,7 +43,7 @@ int(xsigaction)(int sig, void *handler, uint64_t flags, uint64_t mask,
|
|||
struct sigaction *old) {
|
||||
/* This API is superior to sigaction() because (1) it offers feature
|
||||
parity; (2) compiler emits 1/3rd as much binary code at call-site;
|
||||
and (3) it removes typing that just whines without added saftey. */
|
||||
and (3) it removes typing that just whines without added safety. */
|
||||
struct sigaction sa;
|
||||
bzero(&sa, sizeof(sa));
|
||||
sa.sa_handler = handler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue