mirror of
https://github.com/X11Libre/xf86-video-sunffb.git
synced 2026-03-24 01:25:07 +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:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user