diff options
author | Lukas Larsson <[email protected]> | 2016-08-12 11:18:42 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-08-12 11:18:42 +0200 |
commit | 634998007ebd494cc64db244b748ed52bdff6a0a (patch) | |
tree | 48d0a9e6a06b6fd0bbec0d3acfd0da1063ae87c9 /erts/emulator/internal_doc | |
parent | 4ab154e94aaaf6cb4e610595a31609559eb1732c (diff) | |
parent | c2bc5b5204a482f3a04ce81d9ce57fe9ee845c82 (diff) | |
download | otp-634998007ebd494cc64db244b748ed52bdff6a0a.tar.gz otp-634998007ebd494cc64db244b748ed52bdff6a0a.tar.bz2 otp-634998007ebd494cc64db244b748ed52bdff6a0a.zip |
Merge branch 'avellable/erts/correct_atomicity_typo' into maint
* avellable/erts/correct_atomicity_typo:
Correct spelling of atomicity
Diffstat (limited to 'erts/emulator/internal_doc')
-rw-r--r-- | erts/emulator/internal_doc/Tracing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/internal_doc/Tracing.md b/erts/emulator/internal_doc/Tracing.md index 30bc5327a7..728f315263 100644 --- a/erts/emulator/internal_doc/Tracing.md +++ b/erts/emulator/internal_doc/Tracing.md @@ -57,7 +57,7 @@ generations of breakpoints are kept and indentified by index of 0 and 1. The global atomic variables `erts_active_bp_index` will determine which generation of breakpoints running code will use. -### Atomicy Without Atomic Operations +### Atomicity Without Atomic Operations Not using the code loading generations (or any other code duplication) means that `trace_pattern` must at some point write to the active beam |