Update README.md

typo
This commit is contained in:
pkivolowitz 2023-01-14 14:41:35 -06:00 committed by GitHub
parent 29b1367730
commit 8c9e8743fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ In a perfect world, each Linux distribution would use the same set of
system call numbers. But no.
[This](https://marcin.juszkiewicz.com.pl/download/tables/syscalls.html)
is he most comprehensive list of system call numbers we have seen. It
is the most comprehensive list of system call numbers we have seen. It
shows system call numbers for many architectures and distributions.
## Example: calling `getpid()`