diff options
author | Robert Lowery <rlowery@exemail.com.au> | 2009-04-15 18:03:31 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-04-15 18:03:31 -0700 |
commit | 4b5edde5da4b3e955eb2d77004de81e47bec7f69 (patch) | |
tree | c048234d6a163a65dab33f6966f8af03d4f20923 | |
parent | 3fd5a1ecd1d5140ae07ccc279298bcadd515e97f (diff) |
Fix typo in comment
Thanks to Robert Lowery for the sharp eyes on this one.
-rw-r--r-- | src/i830_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { |