aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/atomics.xml
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-12-13 18:41:15 +0100
committerGitHub <[email protected]>2018-12-13 18:41:15 +0100
commit9214b32fd0bb85d7f2e11149df3c0c1876f50403 (patch)
tree783dc9b12bdfac0ad914700ff49c1a312f4d2c73 /erts/doc/src/atomics.xml
parent2bf2b7009905a880f514621e8912508055df437e (diff)
parenta987af021d2d65b1b52e8e7759dbf030533e2bac (diff)
downloadotp-9214b32fd0bb85d7f2e11149df3c0c1876f50403.tar.gz
otp-9214b32fd0bb85d7f2e11149df3c0c1876f50403.tar.bz2
otp-9214b32fd0bb85d7f2e11149df3c0c1876f50403.zip
Merge PR-2050 from legoscia/atomics-counters-typos
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>