diff options
author | Matthias Lang <[email protected]> | 2010-03-15 07:46:50 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-16 10:55:56 +0100 |
commit | bfd9a4f396d144199cb57376e6928701cf0dc931 (patch) | |
tree | 246a66e1bf48d1a2c9838390a68d87d4f155a74f /lib/erl_interface | |
parent | 76ff26a3c209408c962a6115bf3426b2a55bd68a (diff) | |
download | otp-bfd9a4f396d144199cb57376e6928701cf0dc931.tar.gz otp-bfd9a4f396d144199cb57376e6928701cf0dc931.tar.bz2 otp-bfd9a4f396d144199cb57376e6928701cf0dc931.zip |
Change all incorrect occurrences of it's to its
The documentation (*.xml) in the otp tree has a common grammatical
problem, "it's" and "its" are often interchanged. That is annoying
for some readers.
This commit consists entirely of "it's" -> "its" changes. I went
through every .xml file in the tree. If there are any remaining
bugs of this type, it's because I missed them, not because I
didn't look.
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/doc/src/ei.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_interface/doc/src/ei.xml b/lib/erl_interface/doc/src/ei.xml index 2f65a8c375..5c13e15e36 100644 --- a/lib/erl_interface/doc/src/ei.xml +++ b/lib/erl_interface/doc/src/ei.xml @@ -333,7 +333,7 @@ ei_encode_tuple_header(buf, &i, 0); <desc> <p>This function encodes a list header, with a specified arity. The next <c><![CDATA[arity+1]]></c> terms are the elements - (actually it's <c><![CDATA[arity]]></c> cons cells) and the tail of the + (actually its <c><![CDATA[arity]]></c> cons cells) and the tail of the list. Lists and tuples are encoded recursively, so that a list may contain another list or tuple.</p> <p>E.g. to encode the list <c><![CDATA[[c, d, [e | f]]]]></c>:</p> |