aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/beam_validator.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2018-04-11 10:23:31 +0200
committerBjörn Gustavsson <[email protected]>2018-04-11 10:31:29 +0200
commit7441d0fd274c02969f5af79048c44d647e3be9e9 (patch)
treef650e08bc9c89891fe8ccdcc7b1feb30070a3a78 /lib/compiler/src/beam_validator.erl
parent443ac44baf3e51c7dd31162fd60a15d3a0bde183 (diff)
downloadotp-7441d0fd274c02969f5af79048c44d647e3be9e9.tar.gz
otp-7441d0fd274c02969f5af79048c44d647e3be9e9.tar.bz2
otp-7441d0fd274c02969f5af79048c44d647e3be9e9.zip
beam_validator: Remove repeated "this"
Diffstat (limited to 'lib/compiler/src/beam_validator.erl')
-rw-r--r--lib/compiler/src/beam_validator.erl2
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) ->