From 6c6c41ff791f5ab36108c84eb10aca162e48cc0e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 7 Jul 2014 15:54:37 -0600 Subject: Fix some cloned errors in SAM GPIO interrupt setup --- misc/pascal/include/poff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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; }; -- cgit v1.2.3