BINFMT: A framework to support a P-code binary format (a work in progress)

This commit is contained in:
Gregory Nutt
2014-05-07 13:47:52 -06:00
parent d36724abbc
commit b6f264488a
19 changed files with 1095 additions and 108 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ static inline int elf_loadfile(FAR struct elf_loadinfo_s *loadinfo)
*
* Description:
* Loads the binary into memory, allocating memory, performing relocations
* and inializing the data and bss segments.
* and initializing the data and bss segments.
*
* Returned Value:
* 0 (OK) is returned on success and a negated errno is returned on