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
+2 -2
View File
@@ -150,9 +150,9 @@ static int builtin_loadbinary(struct binary_s *binp)
* Name: builtin_initialize
*
* Description:
* Builtin support is built unconditionally. However, it order to
* Builtin support is built unconditionally. However, in order to
* use this binary format, this function must be called during system
* format in order to register the builtin binary format.
* initialzie in order to register the builtin binary format.
*
* Returned Value:
* This is a NuttX internal function so it follows the convention that