summaryrefslogtreecommitdiff
path: root/nuttx/syscall/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/syscall/README.txt')
-rw-r--r--nuttx/syscall/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/syscall/README.txt b/nuttx/syscall/README.txt
index ed5e6081d..11942a7b7 100644
--- a/nuttx/syscall/README.txt
+++ b/nuttx/syscall/README.txt
@@ -96,7 +96,7 @@ Each type field has a format as follows:
type name:
For all simpler types
- formal type | actual type:
+ formal type | actual type:
For array types where the form of the formal (eg. int parm[2])
differs from the type of actual passed parameter (eg. int*). This
is necessary because you cannot do simple casts to array types.