diff options
author | Constantin Rack <[email protected]> | 2015-08-25 10:35:03 +0200 |
---|---|---|
committer | Constantin Rack <[email protected]> | 2015-08-25 10:35:03 +0200 |
commit | 363b2038feb3c668395c6c145d83910a04cebea5 (patch) | |
tree | 14c47124fd86ddb8df3aa6571764d421499d16df /lib/compiler/src/genop.tab | |
parent | 1d967bb8406dfd475265520b24ac4bcf099a3df1 (diff) | |
download | otp-363b2038feb3c668395c6c145d83910a04cebea5.tar.gz otp-363b2038feb3c668395c6c145d83910a04cebea5.tar.bz2 otp-363b2038feb3c668395c6c145d83910a04cebea5.zip |
Fix typo
Diffstat (limited to 'lib/compiler/src/genop.tab')
-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 8f7b5add1d..ab227e5452 100755 --- a/lib/compiler/src/genop.tab +++ b/lib/compiler/src/genop.tab @@ -316,7 +316,7 @@ BEAM_FORMAT_NUMBER=0 66: get_tuple_element/3 ## @spec set_tuple_element NewElement Tuple Position -## @doc Update the element at postition Position of the tuple Tuple +## @doc Update the element at position Position of the tuple Tuple ## with the new element NewElement. 67: set_tuple_element/3 |