diff options
author | Hans Bolinder <[email protected]> | 2016-11-22 10:20:55 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-11-22 10:31:59 +0100 |
commit | a5f88f548c7f1045b5aa9642574167df899c2f3b (patch) | |
tree | f3e0735e40cec62b90eb72492be9274ed5c0177f /lib/hipe/cerl | |
parent | 773948083b57ad59eb90b5668e72175d79acbe1f (diff) | |
download | otp-a5f88f548c7f1045b5aa9642574167df899c2f3b.tar.gz otp-a5f88f548c7f1045b5aa9642574167df899c2f3b.tar.bz2 otp-a5f88f548c7f1045b5aa9642574167df899c2f3b.zip |
dialyzer: Substitute 'opacity' for 'opaqueness'
Suggested by Kostis.
Diffstat (limited to 'lib/hipe/cerl')
-rw-r--r-- | lib/hipe/cerl/erl_types.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/cerl/erl_types.erl b/lib/hipe/cerl/erl_types.erl index 9ef119ba46..226a5d0f61 100644 --- a/lib/hipe/cerl/erl_types.erl +++ b/lib/hipe/cerl/erl_types.erl @@ -4377,7 +4377,7 @@ record_field_diffs_to_string(?tuple([_|Fs], Arity, Tag), RecDict) -> string:join(FieldDiffs, " and "). field_diffs([F|Fs], [{FName, _Abstr, DefType}|FDefs], RecDict, Acc) -> - %% Don't care about opaqueness for now. + %% Don't care about opacity for now. NewAcc = case not t_is_none(t_inf(F, DefType)) of true -> Acc; |