mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 10:18:31 +00:00
WIP: Correct all typos (#498)
This commit is contained in:
parent
98254a7c1f
commit
ed205e98a1
79 changed files with 162 additions and 162 deletions
|
@ -23,7 +23,7 @@
|
|||
// Releases the chunk of memory pointed to by p, that had been
|
||||
// previously allocated using malloc or a related routine such as
|
||||
// realloc. It has no effect if p is null. If p was not malloced or
|
||||
// already freed, free(p) will by default cuase the current program to
|
||||
// already freed, free(p) will by default cause the current program to
|
||||
// abort.
|
||||
//
|
||||
// @param rdi is allocation address, which may be NULL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue