summaryrefslogtreecommitdiff
path: root/src/wsfb_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wsfb_driver.c')
-rw-r--r--src/wsfb_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wsfb_driver.c b/src/wsfb_driver.c
index 9a91295..a0078fb 100644
--- a/src/wsfb_driver.c
+++ b/src/wsfb_driver.c
@@ -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)