aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/atomics.xml
diff options
context:
space:
mode:
authorMagnus Henoch <[email protected]>2018-12-11 15:26:37 +0000
committerMagnus Henoch <[email protected]>2018-12-11 15:48:07 +0000
commita987af021d2d65b1b52e8e7759dbf030533e2bac (patch)
tree124e9d45b051de1ac1b6cb980731a61595bd9d8a /erts/doc/src/atomics.xml
parent3825199794da28d79b21052a2e69e2335921d55e (diff)
downloadotp-a987af021d2d65b1b52e8e7759dbf030533e2bac.tar.gz
otp-a987af021d2d65b1b52e8e7759dbf030533e2bac.tar.bz2
otp-a987af021d2d65b1b52e8e7759dbf030533e2bac.zip
Fix typos in atomics.xml and counters.xml
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>