libXmu: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Jun 9 15:55:57 PDT 2010


 doc/Xmu.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0a198dd15c7963f7b9be094370761cac368d9292
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jun 9 15:48:58 2010 -0700

    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 at oracle.com>

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>


More information about the xorg-commit mailing list