libc/gnu: fix typo adress -> address

fix typo adress -> address

Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
chao an 2024-12-17 15:41:41 +08:00 committed by Xiang Xiao
parent 60636c4666
commit a59f59b9f5
3 changed files with 4 additions and 4 deletions

View file

@ -172,7 +172,7 @@ int esp_nxdiag_read_flash_status(uint32_t *status)
* Read MAC adress.
*
* Input Parameters:
* mac - Mac adress to return.
* mac - Mac address to return.
*
* Returned Value:
* OK on success; ERROR on failure.

View file

@ -179,7 +179,7 @@ int esp_nxdiag_read_flash_status(uint32_t *status)
* Read MAC adress.
*
* Input Parameters:
* mac - Mac adress to return.
* mac - Mac address to return.
*
* Returned Value:
* OK on success; ERROR on failure.

View file

@ -138,7 +138,7 @@ ENTRY (STRCPY)
movdqu (%rsi, %rcx), %xmm1 /* copy 16 bytes */
movdqu %xmm1, (%rdi)
/* If source adress alignment != destination adress alignment */
/* If source address alignment != destination address alignment */
.p2align 4
L(Unalign16Both):
sub %rcx, %rdi
@ -334,7 +334,7 @@ L(Unaligned64Leave):
BRANCH_TO_JMPTBL_ENTRY (L(ExitTable), %rdx, 4)
#endif
/* If source adress alignment == destination adress alignment */
/* If source address alignment == destination address alignment */
L(SourceStringAlignmentLess32):
pxor %xmm0, %xmm0