From 8c9e8743fad2ecb0ea3ec937c910aa12ead4a2bc Mon Sep 17 00:00:00 2001 From: pkivolowitz Date: Sat, 14 Jan 2023 14:41:35 -0600 Subject: [PATCH] Update README.md typo --- more/system_calls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/more/system_calls/README.md b/more/system_calls/README.md index c9bbf69..fc8c31e 100644 --- a/more/system_calls/README.md +++ b/more/system_calls/README.md @@ -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()`