Fix minor typos. (#675)

This commit is contained in:
Bruno Flores
2019-10-03 22:07:45 +10:00
committed by Philipp Oppermann
parent d7ccea9cdb
commit 24d04e0e39
6 changed files with 8 additions and 7 deletions

View File

@@ -137,7 +137,7 @@ We also target `x86_64` systems with our kernel, so our target specification wil
"target-pointer-width": "64",
"target-c-int-width": "32",
"os": "none",
"executables": true,
"executables": true
}
```