diff options
author | Constantin Rack <[email protected]> | 2015-08-09 21:08:42 +0200 |
---|---|---|
committer | Constantin Rack <[email protected]> | 2015-08-09 21:08:42 +0200 |
commit | a1074f44ce2f83cb97a713a183c0335ff670b06a (patch) | |
tree | 9246aae887e03dd0adf4e4c69eb6aa82fffdf7d0 /lib | |
parent | 75ab95febea6c3d22f395a4bf986507673bb6c57 (diff) | |
download | otp-a1074f44ce2f83cb97a713a183c0335ff670b06a.tar.gz otp-a1074f44ce2f83cb97a713a183c0335ff670b06a.tar.bz2 otp-a1074f44ce2f83cb97a713a183c0335ff670b06a.zip |
Fix another small typo
Diffstat (limited to 'lib')
-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 253fd2794c..8464af3dd0 100755 --- a/lib/compiler/src/genop.tab +++ b/lib/compiler/src/genop.tab @@ -169,7 +169,7 @@ BEAM_FORMAT_NUMBER=0 26: wait_timeout/2 # -# Arithmethic opcodes. +# Arithmetic opcodes. # 27: -m_plus/4 28: -m_minus/4 |