summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-07 15:54:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-07 15:54:37 -0600
commit6c6c41ff791f5ab36108c84eb10aca162e48cc0e (patch)
tree7995212d68c1e06d3272138af169ad5866dba023 /misc
parent3b9fcb97ed990bcdfc36df0414828ce4e0ce8100 (diff)
downloadnuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.tar.gz
nuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.tar.bz2
nuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.zip
Fix some cloned errors in SAM GPIO interrupt setup
Diffstat (limited to 'misc')
-rw-r--r--misc/pascal/include/poff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pascal/include/poff.h b/misc/pascal/include/poff.h
index 00cc5c8b0..fb5a8963f 100644
--- a/misc/pascal/include/poff.h
+++ b/misc/pascal/include/poff.h
@@ -420,7 +420,7 @@ typedef struct poffDebugFuncInfo_s poffDebugFuncInfo_t;
struct poffDebugArgInfo_s
{
- /* This is the size, in bytes, of one input paramter */
+ /* This is the size, in bytes, of one input parameter */
uint32_t da_size;
};