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-29 10:55:35 -08:00
parent 78732bb576
commit d4e4327eb9
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
The master development code repository can be found at:
The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-sunffb

View File

@@ -53,7 +53,7 @@ if ((__fpriv)->rp_active != 0) { \
(__fpriv)->rp_active = 0; \
} while(0)
/* DEBUGGING: You can use this if you suspect corruption is occuring
/* DEBUGGING: You can use this if you suspect corruption is occurring
* because someone is touching the framebuffer while the
* raster processor is active. If you enable this and the
* problem goes away, odds are your suspicions are correct.

View File

@@ -28,7 +28,7 @@
#ifndef FFBREGS_H
#define FFBREGS_H
/* Auxilliary clips. */
/* Auxiliary clips. */
typedef struct {
volatile unsigned int min;
volatile unsigned int max;
@@ -148,7 +148,7 @@ typedef struct _ffb_fbc {
/*294*/ volatile unsigned int xpmask; /* X PlaneMask */
/*298*/ volatile unsigned int ypmask; /* Y PlaneMask */
/*29c*/ volatile unsigned int zpmask; /* Z PlaneMask */
/*2a0*/ ffb_auxclip auxclip[4]; /* Auxilliary Viewport Clip */
/*2a0*/ ffb_auxclip auxclip[4]; /* Auxiliary Viewport Clip */
/* New 3dRAM III support regs */
/*2c0*/ volatile unsigned int rawblend2;