diff options
author | Björn Gustavsson <[email protected]> | 2018-04-11 10:23:31 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2018-04-11 10:31:29 +0200 |
commit | 7441d0fd274c02969f5af79048c44d647e3be9e9 (patch) | |
tree | f650e08bc9c89891fe8ccdcc7b1feb30070a3a78 /lib/compiler/src | |
parent | 443ac44baf3e51c7dd31162fd60a15d3a0bde183 (diff) | |
download | otp-7441d0fd274c02969f5af79048c44d647e3be9e9.tar.gz otp-7441d0fd274c02969f5af79048c44d647e3be9e9.tar.bz2 otp-7441d0fd274c02969f5af79048c44d647e3be9e9.zip |
beam_validator: Remove repeated "this"
Diffstat (limited to 'lib/compiler/src')
-rw-r--r-- | lib/compiler/src/beam_validator.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/beam_validator.erl b/lib/compiler/src/beam_validator.erl index b9d9cdd054..d5aef51dfa 100644 --- a/lib/compiler/src/beam_validator.erl +++ b/lib/compiler/src/beam_validator.erl @@ -567,7 +567,7 @@ valfun_4({loop_rec,{f,Fail},Dst}, Vst0) -> Vst = branch_state(Fail, Vst0), %% This term may not be part of the root set until %% remove_message/0 is executed. If control transfers - %% to the loop_rec_end/1 instruction, no part of this + %% to the loop_rec_end/1 instruction, no part of %% this term must be stored in a Y register. set_type_reg({fragile,term}, Dst, Vst); valfun_4({wait,_}, Vst) -> |