aboutsummaryrefslogtreecommitdiffstats
path: root/lib/et/src
diff options
context:
space:
mode:
authorMariano Guerra <[email protected]>2018-08-14 10:08:36 +0200
committerMariano Guerra <[email protected]>2018-08-15 21:02:10 +0200
commit034df6b0b6792589d0ccc817792bd689818181a8 (patch)
treeb46c068d00b801ea796db61ceca09c779c170723 /lib/et/src
parentdacfafd97ed955b9c567f0efbc8553286360b0d2 (diff)
downloadotp-034df6b0b6792589d0ccc817792bd689818181a8.tar.gz
otp-034df6b0b6792589d0ccc817792bd689818181a8.tar.bz2
otp-034df6b0b6792589d0ccc817792bd689818181a8.zip
fix double parenthesis and badly formatter <v> tags
(cherry picked from commit 1b36c8ff81e896f9aa172603962f838d980668a0)
Diffstat (limited to 'lib/et/src')
-rw-r--r--lib/et/src/et_collector.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/et/src/et_collector.erl b/lib/et/src/et_collector.erl
index ffe244324c..b432df8c62 100644
--- a/lib/et/src/et_collector.erl
+++ b/lib/et/src/et_collector.erl
@@ -509,7 +509,7 @@ get_global_pid() ->
%% CollectorPid = pid()
%% RawPattern = {report_module(), extended_dbg_match_spec()}
%% report_module() = atom() | undefined
-%% extended_dbg_match_spec()() = detail_level() | dbg_match_spec()
+%% extended_dbg_match_spec() = detail_level() | dbg_match_spec()
%% RawPattern = detail_level()
%% detail_level() = min | max | integer(X) when X =< 0, X >= 100
%% TracePattern = {report_module(), dbg_match_spec_match_spec()}