aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2010-09-07 03:00:43 +0200
committerBjörn Gustavsson <[email protected]>2010-09-07 11:25:29 +0200
commita78b39a0e9ff2cfd13273ab077dc852d70565647 (patch)
tree04b3a130721c092c4d793012ddcbf5aeccd05528 /erts/doc
parent1d3297b5fa8b444beaef3a0decafe3e4d6dcc664 (diff)
downloadotp-a78b39a0e9ff2cfd13273ab077dc852d70565647.tar.gz
otp-a78b39a0e9ff2cfd13273ab077dc852d70565647.tar.bz2
otp-a78b39a0e9ff2cfd13273ab077dc852d70565647.zip
Correct typos in erlang.xml
semanticts -> semantics where -> were ddl -> dll NIF's -> NIFs OS-dependant -> OS-dependent
Diffstat (limited to 'erts/doc')
-rw-r--r--erts/doc/src/erlang.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index ce7fde05d9..e197791ca9 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -2035,9 +2035,9 @@ os_prompt%</pre>
</type>
<desc>
<note>
- <p>In releases older than OTP R14B, NIF's where an
+ <p>In releases older than OTP R14B, NIFs were an
experimental feature. Versions of OTP older than R14B might
- have different and possibly incompatible NIF semanticts and
+ have different and possibly incompatible NIF semantics and
interfaces. For example, in R13B03 the return value on
failure was
<c>{error,Reason,Text}</c>.</p>
@@ -2045,7 +2045,7 @@ os_prompt%</pre>
<p>Loads and links a dynamic library containing native
implemented functions (NIFs) for a module. <c>Path</c> is a
file path to the sharable object/dynamic library file minus
- the OS-dependant file extension (.so for Unix and .ddl for
+ the OS-dependent file extension (.so for Unix and .dll for
Windows). See <seealso marker="erl_nif">erl_nif</seealso>
on how to implement a NIF library.</p>
<p><c>LoadInfo</c> can be any term. It will be passed on to