mirror of
https://github.com/X11Libre/xf86-video-wsfb.git
synced 2026-03-24 01:25:29 +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-wsfb
|
||||
|
||||
|
||||
@@ -1065,7 +1065,7 @@ WsfbLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
|
||||
} else {
|
||||
/*
|
||||
* Change all colors in 2 ioctls
|
||||
* and limit the data to be transfered.
|
||||
* and limit the data to be transferred.
|
||||
*/
|
||||
for (i = 0; i < numColors; i++) {
|
||||
if (indices[i] < indexMin)
|
||||
|
||||
Reference in New Issue
Block a user