From 40c90ba685cdf21cdbd7ccb750ce55efc3cd30cf Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 10 Mar 2018 23:34:18 +0000 Subject: Fixing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1b770f..689f0e6 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ These can then be tested using the following shell scripts. # Running tests for the compiler ./run_test_deliverable.sh 1 -# Running tests agains the gcc reference implementation of the compiler +# Running tests against the gcc reference implementation of the compiler ./run_test_deliverable.sh 2 # Running smaller testbench on compiler -- cgit