From d4e4327eb9fff4b9f3354e13c3a1b28b0e9a1fd3 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 29 Jan 2022 10:55:35 -0800 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- README.md | 2 +- src/ffb_fifo.h | 2 +- src/ffb_regs.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf0a680..a7f1ad2 100644 --- a/README.md +++ b/README.md @@ -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 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; -- cgit v1.2.3