Typo fix
This commit is contained in:
parent
efefc03f9b
commit
6f18ea7e65
|
@ -2520,8 +2520,8 @@ xf86ConfigFbEntity(ScrnInfoPtr pScrn, int scrnFlag, int entityIndex,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* OBSOLETE ! xf86ConfigActivePciEntity() is an obsolete functions.
|
* OBSOLETE ! xf86ConfigActivePciEntity() is an obsolete function.
|
||||||
* They the are likely to be removed. Don't use!
|
* It is likely to be removed. Don't use!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
_X_EXPORT Bool
|
_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
|
* to configure an inactive entity as well as to reconfigure an
|
||||||
* previously active entity inactive. If the entity has been
|
* 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.
|
* non-NULL all static resources listed there will be registered.
|
||||||
*/
|
*/
|
||||||
_X_EXPORT void
|
_X_EXPORT void
|
||||||
|
|
Loading…
Reference in New Issue