mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-23 02:50:29 +00:00
Correct more typos (#500)
This commit is contained in:
parent
8b469389f6
commit
d4000bb8f7
30 changed files with 39 additions and 39 deletions
|
@ -48,11 +48,11 @@
|
|||
// ▄██▀▄▄░░▀▐▄████▄ █████▀▄░░█▀▄▀░░ ▄██░
|
||||
// █████▄▄▄███▀░█▌██▄▀▀█████▄▄░░░▄▄███▀██▄ ▄▀▀▀▄▄
|
||||
// ▀██████▀■▄█▄▄ ░▀███████████████▓▓░░▄██▀▄████▄▄▀▄
|
||||
//
|
||||
//
|
||||
// █▀█ █ █▀█ █▀█ █▄▀ ▐▀█▀▌█▀█ █▀█ █▄ █ ▀█▀ █▀█ █▀▀
|
||||
// █▀▄ █ █ █ █ █ ▀▄ █ █▀▄ █ █ █ ▀█ █ █ ▀▀█
|
||||
// █▄█ █▄▌█▄█ █▄█ █ █ █ █ █ █▄█ █ █ ▄█▄ █▄█ █▄█
|
||||
//
|
||||
//
|
||||
// THERE WILL BE BLOCKS march 01 2017
|
||||
//
|
||||
// @see libc/str/str.h
|
||||
|
|
|
@ -47,7 +47,7 @@ htobe32:
|
|||
htole32:
|
||||
be32toh:
|
||||
le32toh:
|
||||
ntohl:
|
||||
ntohl:
|
||||
htonl: mov %edi,%eax
|
||||
bswap %eax
|
||||
ret
|
||||
|
@ -64,7 +64,7 @@ htobe16:
|
|||
htole16:
|
||||
be16toh:
|
||||
le16toh:
|
||||
ntohs:
|
||||
ntohs:
|
||||
htons: movzwl %di,%eax
|
||||
xchg %al,%ah
|
||||
ret
|
||||
|
|
|
@ -75,7 +75,7 @@ Tim Chen <tim.c.chen@linux.intel.com>\n"
|
|||
// void sha256_transform_ni(uint32_t digest[static 8],
|
||||
// const void *data,
|
||||
// int32_t numBlocks);
|
||||
//
|
||||
//
|
||||
// @param %rdi points to output digest
|
||||
// @param %rsi points to input data
|
||||
// @param %rdx is number of blocks to process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue