diff options
author | Constantin Rack <[email protected]> | 2015-08-28 18:30:30 +0200 |
---|---|---|
committer | Constantin Rack <[email protected]> | 2015-08-28 18:30:30 +0200 |
commit | bba382165f48cace97ac64e580d533d998c0fe80 (patch) | |
tree | c00e80a8307b6489ee7986c715191f35ab0ccef9 /lib/compiler | |
parent | 363b2038feb3c668395c6c145d83910a04cebea5 (diff) | |
download | otp-bba382165f48cace97ac64e580d533d998c0fe80.tar.gz otp-bba382165f48cace97ac64e580d533d998c0fe80.tar.bz2 otp-bba382165f48cace97ac64e580d533d998c0fe80.zip |
Fix typo in call_last/3 spec
Diffstat (limited to 'lib/compiler')
-rwxr-xr-x | lib/compiler/src/genop.tab | 2 |
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. |