Correct more typos (#500)

This commit is contained in:
Jared Miller 2022-07-21 23:53:30 -04:00 committed by GitHub
parent 8b469389f6
commit d4000bb8f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 39 additions and 39 deletions

View file

@ -64,7 +64,7 @@ static privileged void __morph_mprotect(void *addr, size_t size, int prot,
}
/**
* Begins code morphing execuatble.
* Begins code morphing executable.
*
* @return 0 on success, or -1 w/ errno
*/
@ -97,7 +97,7 @@ privileged void __morph_begin(void) {
}
/**
* Begins code morphing execuatble.
* Begins code morphing executable.
*/
privileged void __morph_end(void) {
int ax;