From 4b5edde5da4b3e955eb2d77004de81e47bec7f69 Mon Sep 17 00:00:00 2001 From: Robert Lowery Date: Wed, 15 Apr 2009 18:03:31 -0700 Subject: [PATCH] Fix typo in comment Thanks to Robert Lowery for the sharp eyes on this one. --- src/i830_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830_driver.c b/src/i830_driver.c index 48e23510..6ff5a1de 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -1607,7 +1607,7 @@ I830AccelMethodInit(ScrnInfoPtr pScrn) * Then, just to make things more confusing, the default EXA will * be overridden to UXA if KMS is available. See I830DrmModeInit. * - * All this *will* go away when we remov XAA and EXA support from + * All this *will* go away when we remove XAA and EXA support from * this driver. (And there will be much rejoicing.) */ if (!(pI830->accel == ACCEL_NONE)) {