diff options
Diffstat (limited to 'src/lx_driver.c')
-rw-r--r-- | src/lx_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lx_driver.c b/src/lx_driver.c index 9cb8889..0f04579 100644 --- a/src/lx_driver.c +++ b/src/lx_driver.c @@ -425,7 +425,7 @@ LXPreInit(ScrnInfoPtr pScrni, int flags) (int *) &(pGeode->FBAvail))) pGeode->FBAvail = 0; - /* For compatability - allow SWCursor too */ + /* For compatibility - allow SWCursor too */ if (xf86ReturnOptValBool(GeodeOptions, LX_OPTION_SW_CURSOR, FALSE)) pGeode->tryHWCursor = FALSE; |