diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-03-30 07:23:03 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-03-30 07:23:03 +0000 |
commit | 8926acac37025cd89dae2308c566c778fa1cc406 (patch) | |
tree | 50472bd91e3f3b436004ad360637c9af48c53927 /linux/i830_dma.c | |
parent | aea0418d0db3338b81f83abf26df99dfd7ac85bc (diff) |
Spelling fixes in comments.
Submitted by: Linus Torvalds <torvalds@transmeta.com>
Diffstat (limited to 'linux/i830_dma.c')
-rw-r--r-- | linux/i830_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/i830_dma.c b/linux/i830_dma.c index d2555c92..47f10d56 100644 --- a/linux/i830_dma.c +++ b/linux/i830_dma.c @@ -439,7 +439,7 @@ static int i830_dma_initialize(drm_device_t *dev, DRM_DEBUG("pitch_bits %x\n", init->pitch_bits); dev_priv->cpp = init->cpp; - /* We are using seperate values as placeholders for mechanisms for + /* We are using separate values as placeholders for mechanisms for * private backbuffer/depthbuffer usage. */ |