Spelling fixes in comments.
authorEric Anholt <anholt@freebsd.org>
Sun, 30 Mar 2003 07:23:03 +0000 (07:23 +0000)
committerEric Anholt <anholt@freebsd.org>
Sun, 30 Mar 2003 07:23:03 +0000 (07:23 +0000)
Submitted by: Linus Torvalds <torvalds@transmeta.com>

linux-core/drm_vm.c
linux-core/i810_drm.h
linux-core/i830_dma.c
linux-core/i830_drm.h
linux/drm_vm.h
linux/i810_drm.h
linux/i830_dma.c
linux/i830_drm.h

index 683c085..9101e13 100644 (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)
index 6b865d4..f8c27d8 100644 (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) */
index d2555c9..47f10d5 100644 (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.
         */
 
index 664ab0e..b87c337 100644 (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.
  */
 
index 683c085..9101e13 100644 (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)
index 6b865d4..f8c27d8 100644 (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) */
index d2555c9..47f10d5 100644 (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.
         */
 
index 664ab0e..b87c337 100644 (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.
  */