fixed typo in README

This commit is contained in:
Remzi Arpaci-Dusseau
2020-05-20 08:46:31 -05:00
parent f63833d24b
commit 2f16917e2a

View File

@@ -40,8 +40,9 @@ correct; the second call does not because the old value is wrong.
To compile and run:
```sh
prompt> gcc -o compare_and_swap compare_and_swap.c -Wall
prompt> ./compare_and_swap
prompt> gcc -o compare-and-swap compare-and-swap.c -Wall
prompt> ./compare-and-swap
```