summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
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;
};