aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_db_hash.c
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-08-12 11:18:42 +0200
committerLukas Larsson <[email protected]>2016-08-12 11:18:42 +0200
commit634998007ebd494cc64db244b748ed52bdff6a0a (patch)
tree48d0a9e6a06b6fd0bbec0d3acfd0da1063ae87c9 /erts/emulator/beam/erl_db_hash.c
parent4ab154e94aaaf6cb4e610595a31609559eb1732c (diff)
parentc2bc5b5204a482f3a04ce81d9ce57fe9ee845c82 (diff)
downloadotp-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/beam/erl_db_hash.c')
-rw-r--r--erts/emulator/beam/erl_db_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_db_hash.c b/erts/emulator/beam/erl_db_hash.c
index 12ae086b31..5e6fe4f460 100644
--- a/erts/emulator/beam/erl_db_hash.c
+++ b/erts/emulator/beam/erl_db_hash.c
@@ -40,7 +40,7 @@
** DB_FINE_LOCKED set. The table variable is_thread_safe will then indicate
** if operations need to obtain fine grained locks or not. Some operations
** will for example always use exclusive table lock to guarantee
-** a higher level of atomicy.
+** a higher level of atomicity.
*/
/* FIXATION: