diff options
author | Julien Cristau <jcristau@debian.org> | 2008-11-26 19:07:04 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-11-27 14:45:33 +0100 |
commit | 6f18ea7e656b79e58f66f51067334414767b413f (patch) | |
tree | 26a38e69e37fbfd5109a97f822dee18b16adfe50 | |
parent | efefc03f9b26738b69abb570c1af2167cc99c4d8 (diff) |
Typo fix
-rw-r--r-- | hw/xfree86/common/xf86Helper.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c index 00df10574..d626f671a 100644 --- a/hw/xfree86/common/xf86Helper.c +++ b/hw/xfree86/common/xf86Helper.c @@ -2520,8 +2520,8 @@ xf86ConfigFbEntity(ScrnInfoPtr pScrn, int scrnFlag, int entityIndex, /* * - * OBSOLETE ! xf86ConfigActivePciEntity() is an obsolete functions. - * They the are likely to be removed. Don't use! + * OBSOLETE ! xf86ConfigActivePciEntity() is an obsolete function. + * It is likely to be removed. Don't use! */ _X_EXPORT Bool @@ -2555,10 +2555,10 @@ xf86ConfigActivePciEntity(ScrnInfoPtr pScrn, int entityIndex, } /* - * xf86ConfigPciEntityInactive() -- This functions can be used + * xf86ConfigPciEntityInactive() -- This function can be used * to configure an inactive entity as well as to reconfigure an * previously active entity inactive. If the entity has been - * assigned to a screen before it will be removed. If p_pci is + * assigned to a screen before it will be removed. If p_chip is * non-NULL all static resources listed there will be registered. */ _X_EXPORT void |