aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/genop.tab
diff options
context:
space:
mode:
authorConstantin Rack <[email protected]>2015-08-28 18:30:30 +0200
committerConstantin Rack <[email protected]>2015-08-28 18:30:30 +0200
commitbba382165f48cace97ac64e580d533d998c0fe80 (patch)
treec00e80a8307b6489ee7986c715191f35ab0ccef9 /lib/compiler/src/genop.tab
parent363b2038feb3c668395c6c145d83910a04cebea5 (diff)
downloadotp-bba382165f48cace97ac64e580d533d998c0fe80.tar.gz
otp-bba382165f48cace97ac64e580d533d998c0fe80.tar.bz2
otp-bba382165f48cace97ac64e580d533d998c0fe80.zip
Fix typo in call_last/3 spec
Diffstat (limited to 'lib/compiler/src/genop.tab')
-rwxr-xr-xlib/compiler/src/genop.tab2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/genop.tab b/lib/compiler/src/genop.tab
index ab227e5452..3a877f2403 100755
--- a/lib/compiler/src/genop.tab
+++ b/lib/compiler/src/genop.tab
@@ -45,7 +45,7 @@ BEAM_FORMAT_NUMBER=0
## Save the next instruction as the return address in the CP register.
4: call/2
-## @spec call_last Arity Label Dellocate
+## @spec call_last Arity Label Deallocate
## @doc Deallocate and do a tail recursive call to the function at Label.
## Do not update the CP register.
## Before the call deallocate Deallocate words of stack.