summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-29 10:55:35 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-29 10:55:35 -0800
commitd4e4327eb9fff4b9f3354e13c3a1b28b0e9a1fd3 (patch)
tree983c87bd47e2bb6d18eec8e7dd32df2e7eaf2df7 /src
parent78732bb576b95f17b1f5b83cd2ae0bbf5c55704c (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-rw-r--r--src/ffb_fifo.h2
-rw-r--r--src/ffb_regs.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ffb_fifo.h b/src/ffb_fifo.h
index 87c39b3..e2cfbc0 100644
--- a/src/ffb_fifo.h
+++ b/src/ffb_fifo.h
@@ -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.
diff --git a/src/ffb_regs.h b/src/ffb_regs.h
index 7dfdd29..9550cf8 100644
--- a/src/ffb_regs.h
+++ b/src/ffb_regs.h
@@ -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;