aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/atomics.xml
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-12-13 18:43:48 +0100
committerSverker Eriksson <[email protected]>2018-12-13 18:43:48 +0100
commit9959b13153a30abbaef43c03743fc05f4a1990e7 (patch)
treebac60b4553f09f2a4d8bd90cb293d8254b6266e4 /erts/doc/src/atomics.xml
parent56f93ad10f89e6b8d3372e45127ec9fdc3fca35b (diff)
parent9214b32fd0bb85d7f2e11149df3c0c1876f50403 (diff)
downloadotp-9959b13153a30abbaef43c03743fc05f4a1990e7.tar.gz
otp-9959b13153a30abbaef43c03743fc05f4a1990e7.tar.bz2
otp-9959b13153a30abbaef43c03743fc05f4a1990e7.zip
Merge branch 'maint'
Diffstat (limited to 'erts/doc/src/atomics.xml')
-rw-r--r--erts/doc/src/atomics.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/atomics.xml b/erts/doc/src/atomics.xml
index 3fca92fb97..82b8ab4aa6 100644
--- a/erts/doc/src/atomics.xml
+++ b/erts/doc/src/atomics.xml
@@ -30,7 +30,7 @@
mutable atomic variables. The implementation utilizes only
atomic hardware instructions without any software level locking, which makes
it very efficient for concurrent access. The atomics are organized into
- arrays with the follwing semantics:</p>
+ arrays with the following semantics:</p>
<list type="bulleted">
<item>
<p>Atomics are 64 bit integers.</p>