aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
diff options
context:
space:
mode:
authorConstantin Rack <[email protected]>2015-08-24 09:41:12 +0200
committerConstantin Rack <[email protected]>2015-08-24 09:41:12 +0200
commit1d967bb8406dfd475265520b24ac4bcf099a3df1 (patch)
tree3cb9cafad2ab0dd398d0fdf71088f0066eadb6f3 /lib/compiler
parenta1074f44ce2f83cb97a713a183c0335ff670b06a (diff)
downloadotp-1d967bb8406dfd475265520b24ac4bcf099a3df1.tar.gz
otp-1d967bb8406dfd475265520b24ac4bcf099a3df1.tar.bz2
otp-1d967bb8406dfd475265520b24ac4bcf099a3df1.zip
Fix typo: message to send is in x(1) not x(0)
Diffstat (limited to 'lib/compiler')
-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 8464af3dd0..8f7b5add1d 100755
--- a/lib/compiler/src/genop.tab
+++ b/lib/compiler/src/genop.tab
@@ -137,7 +137,7 @@ BEAM_FORMAT_NUMBER=0
# Sending & receiving.
#
## @spec send
-## @doc Send argument in x(0) as a message to the destination process in x(0).
+## @doc Send argument in x(1) as a message to the destination process in x(0).
## The message in x(1) ends up as the result of the send in x(0).
20: send/0