diff options
author | Mahesh Baheti <[email protected]> | 2016-08-06 22:11:57 +0900 |
---|---|---|
committer | Mahesh Baheti <[email protected]> | 2016-08-07 11:08:07 +0900 |
commit | c2bc5b5204a482f3a04ce81d9ce57fe9ee845c82 (patch) | |
tree | ba654e295c233f30d1425e029eca3a9e02fe2d60 /erts/emulator/beam/erl_db_hash.c | |
parent | e43e82802735f2fd0d6d67308e7602c37ac70898 (diff) | |
download | otp-c2bc5b5204a482f3a04ce81d9ce57fe9ee845c82.tar.gz otp-c2bc5b5204a482f3a04ce81d9ce57fe9ee845c82.tar.bz2 otp-c2bc5b5204a482f3a04ce81d9ce57fe9ee845c82.zip |
Correct spelling of atomicity
Diffstat (limited to 'erts/emulator/beam/erl_db_hash.c')
-rw-r--r-- | erts/emulator/beam/erl_db_hash.c | 2 |
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: |