From e2f6c0805231daa0524d7c770d11ced6dfe961a2 Mon Sep 17 00:00:00 2001 From: Prathyush Date: Sun, 15 Mar 2020 17:45:32 +0530 Subject: [PATCH] Remove superfluous are (#1326) --- docs/WASI-background.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WASI-background.md b/docs/WASI-background.md index cb9d5ddd92..6d3abc6884 100644 --- a/docs/WASI-background.md +++ b/docs/WASI-background.md @@ -73,7 +73,7 @@ bakes in in understandings about what processes are and what communication between them looks like. Pipes, Unix-domain sockets, POSIX shared memory, signals, files with `fcntl` -`F_SETLK`/`F_GETLK`-style locking (which is process-associated), are are tied +`F_SETLK`/`F_GETLK`-style locking (which is process-associated), are tied to processes. But what *is* a process, when we're talking about WebAssembly? ## Stick a fork in it