mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Fix some typos.
Signed-off-by: François Revol <revol@free.fr> Signed-off-by: Mariano Alvira <mar@devl.org>
This commit is contained in:
parent
bb1baffc79
commit
777518d653
@ -88,12 +88,12 @@
|
|||||||
#define ELFLOADER_BAD_ELF_HEADER 1
|
#define ELFLOADER_BAD_ELF_HEADER 1
|
||||||
/**
|
/**
|
||||||
* Return value from elfloader_load() indicating that no symbol table
|
* Return value from elfloader_load() indicating that no symbol table
|
||||||
* could be find in the ELF file.
|
* could be found in the ELF file.
|
||||||
*/
|
*/
|
||||||
#define ELFLOADER_NO_SYMTAB 2
|
#define ELFLOADER_NO_SYMTAB 2
|
||||||
/**
|
/**
|
||||||
* Return value from elfloader_load() indicating that no string table
|
* Return value from elfloader_load() indicating that no string table
|
||||||
* could be find in the ELF file.
|
* could be found in the ELF file.
|
||||||
*/
|
*/
|
||||||
#define ELFLOADER_NO_STRTAB 3
|
#define ELFLOADER_NO_STRTAB 3
|
||||||
/**
|
/**
|
||||||
@ -123,7 +123,7 @@
|
|||||||
/**
|
/**
|
||||||
* elfloader initialization function.
|
* elfloader initialization function.
|
||||||
*
|
*
|
||||||
* This function should be called at boot up to initilize the elfloader.
|
* This function should be called at boot up to initialize the elfloader.
|
||||||
*/
|
*/
|
||||||
void elfloader_init(void);
|
void elfloader_init(void);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user