Spelling fixes in comments.

Submitted by: Linus Torvalds <torvalds@transmeta.com>
This commit is contained in:
Eric Anholt 2003-03-30 07:23:03 +00:00
parent aea0418d0d
commit 8926acac37
8 changed files with 8 additions and 8 deletions

View file

@ -147,7 +147,7 @@ struct page *DRM(vm_shm_nopage)(struct vm_area_struct *vma,
}
/* Special close routine which deletes map information if we are the last
* person to close a mapping and its not in the global maplist.
* person to close a mapping and it's not in the global maplist.
*/
void DRM(vm_shm_close)(struct vm_area_struct *vma)

View file

@ -38,7 +38,7 @@
* - zbuffer linear offset and pitch -- also invarient
* - drawing origin in back and depth buffers.
*
* Keep the depth/back buffer state here to acommodate private buffers
* Keep the depth/back buffer state here to accommodate private buffers
* in the future.
*/
#define I810_DESTREG_DI0 0 /* CMD_OP_DESTBUFFER_INFO (2 dwords) */

View file

@ -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.
*/

View file

@ -70,7 +70,7 @@
* - zbuffer linear offset and pitch -- also invarient
* - drawing origin in back and depth buffers.
*
* Keep the depth/back buffer state here to acommodate private buffers
* Keep the depth/back buffer state here to accommodate private buffers
* in the future.
*/

View file

@ -147,7 +147,7 @@ struct page *DRM(vm_shm_nopage)(struct vm_area_struct *vma,
}
/* Special close routine which deletes map information if we are the last
* person to close a mapping and its not in the global maplist.
* person to close a mapping and it's not in the global maplist.
*/
void DRM(vm_shm_close)(struct vm_area_struct *vma)

View file

@ -38,7 +38,7 @@
* - zbuffer linear offset and pitch -- also invarient
* - drawing origin in back and depth buffers.
*
* Keep the depth/back buffer state here to acommodate private buffers
* Keep the depth/back buffer state here to accommodate private buffers
* in the future.
*/
#define I810_DESTREG_DI0 0 /* CMD_OP_DESTBUFFER_INFO (2 dwords) */

View file

@ -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.
*/

View file

@ -70,7 +70,7 @@
* - zbuffer linear offset and pitch -- also invarient
* - drawing origin in back and depth buffers.
*
* Keep the depth/back buffer state here to acommodate private buffers
* Keep the depth/back buffer state here to accommodate private buffers
* in the future.
*/