mirror of
https://github.com/X11Libre/xf86-video-ast.git
synced 2026-03-24 01:24:41 +00:00
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -440,7 +440,7 @@ ASTFireCursor(ScrnInfoPtr pScrn)
|
||||
{
|
||||
ASTRecPtr pAST = ASTPTR(pScrn);
|
||||
|
||||
SetIndexRegMask(CRTC_PORT, 0xCB, 0xFF, 0x00); /* dummp write to fire HWC */
|
||||
SetIndexRegMask(CRTC_PORT, 0xCB, 0xFF, 0x00); /* dummy write to fire HWC */
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -387,7 +387,7 @@ ASTPreInit(ScrnInfoPtr pScrn, int flags)
|
||||
MessageType from;
|
||||
int maxPitch, maxHeight;
|
||||
|
||||
/* Suport one adapter only now */
|
||||
/* Support one adapter only now */
|
||||
if (pScrn->numEntities != 1)
|
||||
return FALSE;
|
||||
|
||||
@@ -705,7 +705,7 @@ ASTPreInit(ScrnInfoPtr pScrn, int flags)
|
||||
pScrn->display->virtualX, pScrn->display->virtualY,
|
||||
pAST->FbMapSize, LOOKUP_BEST_REFRESH);
|
||||
|
||||
/* fixed some monitors can't get propery validate modes using estimated ratio modes */
|
||||
/* fixed some monitors can't get properly validated modes using estimated ratio modes */
|
||||
if (i < 2) /* validate modes are too few */
|
||||
{
|
||||
i = xf86ValidateModes(pScrn, pScrn->monitor->Modes,
|
||||
@@ -737,7 +737,7 @@ ASTPreInit(ScrnInfoPtr pScrn, int flags)
|
||||
|
||||
xf86SetDpi(pScrn, 0, 0);
|
||||
|
||||
/* Accelaration Check */
|
||||
/* Acceleration Check */
|
||||
pAST->noAccel = TRUE;
|
||||
pAST->pCMDQPtr = NULL;
|
||||
pAST->CMDQInfo.ulCMDQSize = 0;
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
#define DAC_NUM_EGA 64
|
||||
#define DAC_NUM_VGA 256
|
||||
|
||||
/* Data Structure decalration for internal use */
|
||||
/* Data Structure declaration for internal use */
|
||||
typedef struct {
|
||||
|
||||
UCHAR MISC;
|
||||
|
||||
Reference in New Issue
Block a user