summaryrefslogtreecommitdiff
path: root/src/tools/lcc/doc/4.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/lcc/doc/4.html')
-rw-r--r--src/tools/lcc/doc/4.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/lcc/doc/4.html b/src/tools/lcc/doc/4.html
index a2e1213f..c36f280b 100644
--- a/src/tools/lcc/doc/4.html
+++ b/src/tools/lcc/doc/4.html
@@ -523,7 +523,7 @@ signed integer. Conversions that widen unsigned integers zero-extend; those that
signed integers sign-extend.</p>
<p>The front end composes conversions between types <em>T</em><sub>1</sub> and <em>T</em><sub>2</sub>
-by widening <em>T</em><sub>1</sub> to it's &quot;supertype&quot;, if necessary, converting
+by widening <em>T</em><sub>1</sub> to its &quot;supertype&quot;, if necessary, converting
that result to <em>T</em><sub>2</sub>'s supertype, then narrowing the result to <em>T</em><sub>2</sub>,
if necessary. The following table lists the supertypes; omitted entries are their own
supertypes.</p>