aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_db_hash.c
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-08-12 11:19:30 +0200
committerLukas Larsson <[email protected]>2016-08-12 11:19:30 +0200
commitcd54106596b3471b42b59693a40e21b58729cdb0 (patch)
tree180372871f362e110fed8e6d3c72741789b80c4d /erts/emulator/beam/erl_db_hash.c
parentdc283f13c69da78c0825fc55b8559428d84da059 (diff)
parent634998007ebd494cc64db244b748ed52bdff6a0a (diff)
downloadotp-cd54106596b3471b42b59693a40e21b58729cdb0.tar.gz
otp-cd54106596b3471b42b59693a40e21b58729cdb0.tar.bz2
otp-cd54106596b3471b42b59693a40e21b58729cdb0.zip
Merge branch 'maint'
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: