common/*: fix spelling errors

This commit is contained in:
CleanMachine1
2022-07-11 02:04:06 +02:00
parent 3c92e020ef
commit e471999932
3 changed files with 3 additions and 3 deletions

View File

@@ -15,6 +15,6 @@
`llc --output {{path/to/output.s}}`
- Emit fully relocateable, position independent code:
- Emit fully relocatable, position independent code:
`llc -relocation-model=pic {{path/to/input.ll}}`