summaryrefslogtreecommitdiff
path: root/hw/xfree86/doc
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-12-19 09:18:29 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-12-19 09:18:29 +0000
commit3566307c8d44f89622ea51169f67c79092cb56d1 (patch)
treedbd85848bcce74d8ee1644e9c600b24d532cf978 /hw/xfree86/doc
parent137447c5f3c6f1914ac869297f823ae93ce428ac (diff)
Fix typos.
Diffstat (limited to 'hw/xfree86/doc')
-rw-r--r--hw/xfree86/doc/devel/exa-driver.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/xfree86/doc/devel/exa-driver.txt b/hw/xfree86/doc/devel/exa-driver.txt
index 2b9481ee0..f782c8170 100644
--- a/hw/xfree86/doc/devel/exa-driver.txt
+++ b/hw/xfree86/doc/devel/exa-driver.txt
@@ -233,7 +233,7 @@ may be different.
* DoneSolid - finish a solid fill
* @pPixmap: Pixmap to finish
*
- * Finish the solid fills done in the preceeding Solid calls.
+ * Finish the solid fills done in the preceding Solid calls.
*
* Must not fail.
*
@@ -408,7 +408,7 @@ may be different.
* memory, copy @pSrc from system memory into @pDst in framebuffer memory,
* and adjust pDst->devKind to the pitch of the destination and
* pDst->devPrivate.ptr to the pointer to the area. The driver is
- * responsbile for syncing UploadToScratch. Only data from the last
+ * responsible for syncing UploadToScratch. Only data from the last
* UploadToScratch is required to be valid at any given time.
*
* Return TRUE for success, FALSE for failure.
@@ -442,7 +442,7 @@ may be different.
* @pScreen: current screen
*
* Return a command marker for use by WaitMarker. This is an optional
- * optmization that can keep WaitMarker from having to idle the whole
+ * optimization that can keep WaitMarker from having to idle the whole
* engine.
*
* Returns an integer command id marker.