summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-30 14:32:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-30 14:32:52 +0000
commitdd0096d7d05a9cb35b163f63c7b060a7bac2d55f (patch)
tree71414a09fc1ae1488b810a626f757bd0a8bd0c81 /nuttx/include
parentaf3d8c8713bc62768e8452f7d37e178d68fc4698 (diff)
downloadpx4-nuttx-dd0096d7d05a9cb35b163f63c7b060a7bac2d55f.tar.gz
px4-nuttx-dd0096d7d05a9cb35b163f63c7b060a7bac2d55f.tar.bz2
px4-nuttx-dd0096d7d05a9cb35b163f63c7b060a7bac2d55f.zip
Add documentation for the binary loader
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5278 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/binfmt/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/binfmt/symtab.h b/nuttx/include/nuttx/binfmt/symtab.h
index 497327031..346c6099f 100644
--- a/nuttx/include/nuttx/binfmt/symtab.h
+++ b/nuttx/include/nuttx/binfmt/symtab.h
@@ -54,7 +54,7 @@
* is a fixed size array of struct symtab_s. The information is intentionally
* minimal and supports only:
*
- * 1. Function points as sym_values. Of other kinds of values need to be
+ * 1. Function pointers as sym_values. Of other kinds of values need to be
* supported, then typing information would also need to be included in
* the structure.
*