Run codespell -w against all files

and fix the wrong correction
This commit is contained in:
Xiang Xiao
2020-02-23 02:31:14 +08:00
committed by Gregory Nutt
parent a07ad7a115
commit bd4e8e19d3
526 changed files with 883 additions and 883 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ int elf_verifyheader(FAR const Elf_Ehdr *header);
* Description:
* Read 'readsize' bytes from the object file at 'offset'. The data is
* read into 'buffer.' If 'buffer' is part of the ELF address environment,
* then the caller is responsibile for assuring that that address
* then the caller is responsible for assuring that that address
* environment is in place before calling this function (i.e., that
* elf_addrenv_select() has been called if CONFIG_ARCH_ADDRENV=y).
*
+1 -1
View File
@@ -191,7 +191,7 @@ int elf_init(FAR const char *filename, FAR struct elf_loadinfo_s *loadinfo)
{
/* This may not be an error because we will be called to attempt loading
* EVERY binary. If elf_verifyheader() does not recognize the ELF header,
* it will -ENOEXEC whcih simply informs the system that the file is not an
* it will -ENOEXEC which simply informs the system that the file is not an
* ELF file. elf_verifyheader() will return other errors if the ELF header
* is not correctly formed.
*/
+1 -1
View File
@@ -99,7 +99,7 @@ static inline void elf_dumpreaddata(FAR char *buffer, int buflen)
* Description:
* Read 'readsize' bytes from the object file at 'offset'. The data is
* read into 'buffer.' If 'buffer' is part of the ELF address environment,
* then the caller is responsibile for assuring that that address
* then the caller is responsible for assuring that that address
* environment is in place before calling this function (i.e., that
* elf_addrenv_select() has been called if CONFIG_ARCH_ADDRENV=y).
*
+2 -2
View File
@@ -66,7 +66,7 @@ SECTIONS
.text 0x00000000 :
{
/* ISpace is located at address 0. Every (unrelocated) ISpace
* address is an offset from the begining of this segment.
* address is an offset from the beginning of this segment.
*/
text_start = . ;
@@ -102,7 +102,7 @@ SECTIONS
} > ISPACE
/* DSpace is also located at address 0. Every (unrelocated) DSpace
* address is an offset from the begining of this segment.
* address is an offset from the beginning of this segment.
*/
.data 0x00000000 :
+2 -2
View File
@@ -66,7 +66,7 @@ SECTIONS
.text 0x00000000 :
{
/* ISpace is located at address 0. Every (unrelocated) ISpace
* address is an offset from the begining of this segment.
* address is an offset from the beginning of this segment.
*/
text_start = . ;
@@ -111,7 +111,7 @@ SECTIONS
} > ISPACE
/* DSpace is also located at address 0. Every (unrelocated) DSpace
* address is an offset from the begining of this segment.
* address is an offset from the beginning of this segment.
*/
.data 0x00000000 :