mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Run codespell -w against all files
and fix the wrong correction
This commit is contained in:
@@ -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).
|
||||
*
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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).
|
||||
*
|
||||
|
||||
@@ -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 :
|
||||
|
||||
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user