summaryrefslogtreecommitdiff
path: root/src/riva_driver.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-09-17 03:04:52 +0000
committerAdam Jackson <ajax@nwnk.net>2004-09-17 03:04:52 +0000
commit65e13fc61141b36a74c7a0e696d274574641ba20 (patch)
tree91681a7bc0e7b36b063a5e548c3cb8ed36ea3795 /src/riva_driver.c
parentbbafc6d2fcb21671de3cfb4ff973409405162e7a (diff)
Bug #1192: Remove cfb support from drivers where its use is an option.
Delete xf24_32bpp, as s3virge was the last user. Fix up some comments to refer to fb rather than cfb.
Diffstat (limited to 'src/riva_driver.c')
-rw-r--r--src/riva_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/riva_driver.c b/src/riva_driver.c
index e11772a..4aac549 100644
--- a/src/riva_driver.c
+++ b/src/riva_driver.c
@@ -1190,7 +1190,7 @@ RivaScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
* function. If not, the visuals will need to be setup before calling
* a fb ScreenInit() function and fixed up after.
*
- * For most PC hardware at depths >= 8, the defaults that cfb uses
+ * For most PC hardware at depths >= 8, the defaults that fb uses
* are not appropriate. In this driver, we fixup the visuals after.
*/