summaryrefslogtreecommitdiff
path: root/src/tile
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/tile
parentff06269d707cafbfef2a88afb07a79c9d1480c5f (diff)
downloadlibffi-128cd1d2f358f26d9fa75a27cf2b30356f5dd903.tar.gz
Fix spelling errors
Diffstat (limited to 'src/tile')
-rw-r--r--src/tile/tile.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile/tile.S b/src/tile/tile.S
index a186e1f..d1f82cb 100644
--- a/src/tile/tile.S
+++ b/src/tile/tile.S
@@ -60,7 +60,7 @@
void (*fnaddr)(void));
On entry, REG_ARGS contain the outgoing register values,
- and STACK_ARGS containts STACK_ARG_BYTES of additional values
+ and STACK_ARGS contains STACK_ARG_BYTES of additional values
to be passed on the stack. If STACK_ARG_BYTES is zero, then
STACK_ARGS is ignored.