Typo fix.

Fixes #103
diff --git a/sdk/docs/man/eglSwapBuffers.xml b/sdk/docs/man/eglSwapBuffers.xml
index 78ecfa2..8a3de8d 100755
--- a/sdk/docs/man/eglSwapBuffers.xml
+++ b/sdk/docs/man/eglSwapBuffers.xml
@@ -48,8 +48,8 @@
     <refsect1 xml:id="description"><title>Description</title>
         <para>
             If <parameter>surface</parameter> is a back-buffered window
-            surface, <function>eglSwapBuffers</function> then the color
-            buffer is copied (posted) native window associated with that
+            surface, then the color
+            buffer is copied (posted) to the native window associated with that
             surface. If <parameter>surface</parameter> is a single-buffered
             window, pixmap, or pixel buffer surface,
             <function>eglSwapBuffers</function> has no effect.
diff --git a/sdk/docs/man/html/eglSwapBuffers.xhtml b/sdk/docs/man/html/eglSwapBuffers.xhtml
index 8b9a0aa..b256152 100644
--- a/sdk/docs/man/html/eglSwapBuffers.xhtml
+++ b/sdk/docs/man/html/eglSwapBuffers.xhtml
@@ -68,8 +68,8 @@
         <h2>Description</h2>
         <p>
             If <em class="parameter"><code>surface</code></em> is a back-buffered window
-            surface, <code class="function">eglSwapBuffers</code> then the color
-            buffer is copied (posted) native window associated with that
+            surface, then the color
+            buffer is copied (posted) to the native window associated with that
             surface. If <em class="parameter"><code>surface</code></em> is a single-buffered
             window, pixmap, or pixel buffer surface,
             <code class="function">eglSwapBuffers</code> has no effect.