diff options
author | Tuncer Ayaz <[email protected]> | 2011-08-31 16:08:27 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-09-15 11:37:49 +0200 |
commit | c59dc075b6306e38d7b4bd52d29cfd4d144756cb (patch) | |
tree | db739e33e22af052dd27538e8882b6270db50e43 /erts/emulator/beam/erl_bif_trace.c | |
parent | 411edcef850f1db74260902bbb55724b35b3a505 (diff) | |
download | otp-c59dc075b6306e38d7b4bd52d29cfd4d144756cb.tar.gz otp-c59dc075b6306e38d7b4bd52d29cfd4d144756cb.tar.bz2 otp-c59dc075b6306e38d7b4bd52d29cfd4d144756cb.zip |
Fix more misspellings of compatibility
Diffstat (limited to 'erts/emulator/beam/erl_bif_trace.c')
-rw-r--r-- | erts/emulator/beam/erl_bif_trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_bif_trace.c b/erts/emulator/beam/erl_bif_trace.c index 0509e51a6f..fbd8757751 100644 --- a/erts/emulator/beam/erl_bif_trace.c +++ b/erts/emulator/beam/erl_bif_trace.c @@ -679,7 +679,7 @@ trace_3(Process* p, Eterm pid_spec, Eterm how, Eterm list) } else if (tracer != NIL) { tracee_port->tracer_proc = tracer; } - /* matches are not counted for ports since it would violate compability */ + /* matches are not counted for ports since it would violate compatibility */ /* This could be a reason to modify this function or make a new one. */ } } |