aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Poulhiès <dkm@kataplop.net>2021-02-26 19:58:58 +0100
committerPhilip Herron <herron.philip@googlemail.com>2021-03-01 10:34:28 +0000
commit684123ebc43cefa9d15c85ee770a542c079ae201 (patch)
tree14b2bb09e2686be7fa0b2a0825dad546a4618a28
parent27df0c9f959ef7ec537d6b2b7725443a6b2bd94f (diff)
downloadgcc-684123ebc43cefa9d15c85ee770a542c079ae201.zip
gcc-684123ebc43cefa9d15c85ee770a542c079ae201.tar.gz
gcc-684123ebc43cefa9d15c85ee770a542c079ae201.tar.bz2
Trivial typo fix
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e0c8fe7..45a291e 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ Running the compiler itself without make install we can simply invoke the compil
$ gdb --args ./gcc/rust1 test.rs -frust-dump-parse -Warray-bounds -dumpbase test.rs -mtune=generic -march=x86-64 -O0 -version -fdump-tree-gimple -o test.s -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64
```
-To invoking the compiler driver (gccrs) we need to:
+To invoke the compiler driver (gccrs) we need to:
```bash
$ make install