diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-12-19 09:18:29 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-12-19 09:18:29 +0000 |
commit | 3566307c8d44f89622ea51169f67c79092cb56d1 (patch) | |
tree | dbd85848bcce74d8ee1644e9c600b24d532cf978 | |
parent | 137447c5f3c6f1914ac869297f823ae93ce428ac (diff) |
Fix typos.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | hw/xfree86/doc/devel/exa-driver.txt | 6 | ||||
-rw-r--r-- | hw/xfree86/getconfig/cfg.man.pre | 6 | ||||
-rw-r--r-- | hw/xfree86/getconfig/getconfig.man.pre | 2 |
4 files changed, 14 insertions, 7 deletions
@@ -1,3 +1,10 @@ +2005-12-19 Alan Coopersmith <alan.coopersmith@sun.com> + + * hw/xfree86/doc/devel/exa-driver.txt: + * hw/xfree86/getconfig/cfg.man.pre: + * hw/xfree86/getconfig/getconfig.man.pre: + Fix typos. + 2005-12-14 Alan Coopersmith <alan.coopersmith@sun.com> * hw/xfree86/scanpci/pci.ids: 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. diff --git a/hw/xfree86/getconfig/cfg.man.pre b/hw/xfree86/getconfig/cfg.man.pre index 45301e707..3996809ad 100644 --- a/hw/xfree86/getconfig/cfg.man.pre +++ b/hw/xfree86/getconfig/cfg.man.pre @@ -5,7 +5,7 @@ getconfig - meta configuration files for getconfig(1) .B \(**.cfg .SH DESCRIPTION .B getconfig -is a programatic interface that is used by the +is a programmatic interface that is used by the .B __xservername__ server to get configuration information about video hardware when operating without an @@ -81,7 +81,7 @@ They include: .PP The .B $weight -variable deterines the weight of the rules as they are processed. The +variable determines the weight of the rules as they are processed. The weight for subsequent rules may be set with a pseudo rule that sets or changes the value of .BR $weight . @@ -90,7 +90,7 @@ meta-configuration files are processed in an unpredictable order. The weighting of the rules is used to determine their relative priority .PP After processing all of the rules, both built-in and those read from -the meta-configration files, the +the meta-configuration files, the .B getconfig program chooses as the successful rule the last and highest weighted rule that evaluates to true. diff --git a/hw/xfree86/getconfig/getconfig.man.pre b/hw/xfree86/getconfig/getconfig.man.pre index 8d80e9208..9faede134 100644 --- a/hw/xfree86/getconfig/getconfig.man.pre +++ b/hw/xfree86/getconfig/getconfig.man.pre @@ -7,7 +7,7 @@ getconfig - get configuration information for the __xservername__ server .IR ... ] .SH DESCRIPTION .B getconfig -is a programatic interface that is used by the +is a programmatic interface that is used by the .B __xservername__ server to get configuration information about video hardware when operating without an |