mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 18:28:30 +00:00
Correct more typos (#500)
This commit is contained in:
parent
8b469389f6
commit
d4000bb8f7
30 changed files with 39 additions and 39 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "libc/sysv/errfuns.h"
|
||||
|
||||
/**
|
||||
* Returns path of executable interperter.
|
||||
* Returns path of executable interpreter.
|
||||
*
|
||||
* Unlike `program_executable_name` which is designed to figure out the
|
||||
* absolute path of the first argument passed to `execve()`, what we do
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue