summaryrefslogtreecommitdiff
path: root/src/sh
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2013-10-08 06:45:51 -0400
committerAnthony Green <green@moxielogic.com>2013-10-08 06:45:51 -0400
commit128cd1d2f358f26d9fa75a27cf2b30356f5dd903 (patch)
treed03e4ef7ded2c9d10d636427c99a3526aebd7ec5 /src/sh
parentff06269d707cafbfef2a88afb07a79c9d1480c5f (diff)
downloadlibffi-128cd1d2f358f26d9fa75a27cf2b30356f5dd903.tar.gz
Fix spelling errors
Diffstat (limited to 'src/sh')
-rw-r--r--src/sh/ffi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sh/ffi.c b/src/sh/ffi.c
index 3515b91..9ec86bf 100644
--- a/src/sh/ffi.c
+++ b/src/sh/ffi.c
@@ -41,7 +41,7 @@
#define STRUCT_VALUE_ADDRESS_WITH_ARG 0
#endif
-/* If the structure has essentialy an unique element, return its type. */
+/* If the structure has essentially an unique element, return its type. */
static int
simple_type (ffi_type *arg)
{