common/*: fix spelling errors

pull/1/head
CleanMachine1 2022-07-11 02:04:06 +02:00
parent 3c92e020ef
commit e471999932
No known key found for this signature in database
GPG Key ID: E648435156E3CB1C
3 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
> Blame someone else for your bad code.
> More information: <https://github.com/jayphelps/git-blame-someone-else>.
- Change the commiter and author of a commit:
- Change the committer and author of a commit:
`git blame-someone-else "{{author <someone@example.com>}}" {{commit}}`

View File

@ -1,7 +1,7 @@
# hping3
> Advanced ping utility which supports protocols such TCP, UDP, and raw IP.
> Best run with elevated priviledges.
> Best run with elevated privileges.
> More information: <https://github.com/antirez/hping>.
- Ping a destination with 4 ICMP ping requests:

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}}`