summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-09 15:48:58 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-09 15:55:37 -0700
commit0a198dd15c7963f7b9be094370761cac368d9292 (patch)
treeb7d9e7cb2393e45420d4465152c7d560c721a083
parentdc02453cde3047bce48a8ca23c27c807642b1670 (diff)
downloadxorg-lib-libXmu-0a198dd15c7963f7b9be094370761cac368d9292.tar.gz
Xmu.xml: Compilers that can't handle void are now ancient history
Plus a bonus it's -> its typo fix Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--doc/Xmu.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Xmu.xml b/doc/Xmu.xml
index 9e3815b..6bc02fa 100644
--- a/doc/Xmu.xml
+++ b/doc/Xmu.xml
@@ -3098,7 +3098,7 @@ specifies the Compound Text structure
</variablelist>
This function parses the next &ldquo;item&rdquo; from the Compound Text string. The
-return value indicates what kind of item is returned. The item itself, it's
+return value indicates what kind of item is returned. The item itself, its
length, and the current contextual state, are reported as components of the
<type>XctData</type>
structure.
@@ -3281,7 +3281,7 @@ argument as:
<para>
The function is declared to return an int even though the value is ignored,
-because some compilers have problems with functions returning void.
+because some compilers used to have problems with functions returning void.
</para>
<para>