libc/gnu: fix typo adress -> address
fix typo adress -> address Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
parent
60636c4666
commit
a59f59b9f5
3 changed files with 4 additions and 4 deletions
|
@ -172,7 +172,7 @@ int esp_nxdiag_read_flash_status(uint32_t *status)
|
||||||
* Read MAC adress.
|
* Read MAC adress.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* mac - Mac adress to return.
|
* mac - Mac address to return.
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* OK on success; ERROR on failure.
|
* OK on success; ERROR on failure.
|
||||||
|
|
|
@ -179,7 +179,7 @@ int esp_nxdiag_read_flash_status(uint32_t *status)
|
||||||
* Read MAC adress.
|
* Read MAC adress.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* mac - Mac adress to return.
|
* mac - Mac address to return.
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* OK on success; ERROR on failure.
|
* OK on success; ERROR on failure.
|
||||||
|
|
|
@ -138,7 +138,7 @@ ENTRY (STRCPY)
|
||||||
movdqu (%rsi, %rcx), %xmm1 /* copy 16 bytes */
|
movdqu (%rsi, %rcx), %xmm1 /* copy 16 bytes */
|
||||||
movdqu %xmm1, (%rdi)
|
movdqu %xmm1, (%rdi)
|
||||||
|
|
||||||
/* If source adress alignment != destination adress alignment */
|
/* If source address alignment != destination address alignment */
|
||||||
.p2align 4
|
.p2align 4
|
||||||
L(Unalign16Both):
|
L(Unalign16Both):
|
||||||
sub %rcx, %rdi
|
sub %rcx, %rdi
|
||||||
|
@ -334,7 +334,7 @@ L(Unaligned64Leave):
|
||||||
BRANCH_TO_JMPTBL_ENTRY (L(ExitTable), %rdx, 4)
|
BRANCH_TO_JMPTBL_ENTRY (L(ExitTable), %rdx, 4)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* If source adress alignment == destination adress alignment */
|
/* If source address alignment == destination address alignment */
|
||||||
|
|
||||||
L(SourceStringAlignmentLess32):
|
L(SourceStringAlignmentLess32):
|
||||||
pxor %xmm0, %xmm0
|
pxor %xmm0, %xmm0
|
||||||
|
|
Loading…
Reference in a new issue