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:
Alan Coopersmith
2022-01-17 15:25:05 -08:00
parent 0b9cdc9594
commit b90cfb94d6
3 changed files with 5 additions and 5 deletions

View File

@@ -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 */
}

View File

@@ -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;

View File

@@ -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;