summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux-core/drm_vm.c2
-rw-r--r--linux-core/i810_drm.h2
-rw-r--r--linux-core/i830_dma.c2
-rw-r--r--linux-core/i830_drm.h2
-rw-r--r--linux/drm_vm.h2
-rw-r--r--linux/i810_drm.h2
-rw-r--r--linux/i830_dma.c2
-rw-r--r--linux/i830_drm.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/linux-core/drm_vm.c b/linux-core/drm_vm.c
index 683c0857..9101e136 100644
--- a/linux-core/drm_vm.c
+++ b/linux-core/drm_vm.c
@@ -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)
diff --git a/linux-core/i810_drm.h b/linux-core/i810_drm.h
index 6b865d40..f8c27d83 100644
--- a/linux-core/i810_drm.h
+++ b/linux-core/i810_drm.h
@@ -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) */
diff --git a/linux-core/i830_dma.c b/linux-core/i830_dma.c
index d2555c92..47f10d56 100644
--- a/linux-core/i830_dma.c
+++ b/linux-core/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.
*/
diff --git a/linux-core/i830_drm.h b/linux-core/i830_drm.h
index 664ab0ed..b87c3371 100644
--- a/linux-core/i830_drm.h
+++ b/linux-core/i830_drm.h
@@ -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.
*/
diff --git a/linux/drm_vm.h b/linux/drm_vm.h
index 683c0857..9101e136 100644
--- a/linux/drm_vm.h
+++ b/linux/drm_vm.h
@@ -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)
diff --git a/linux/i810_drm.h b/linux/i810_drm.h
index 6b865d40..f8c27d83 100644
--- a/linux/i810_drm.h
+++ b/linux/i810_drm.h
@@ -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) */
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.
*/
diff --git a/linux/i830_drm.h b/linux/i830_drm.h
index 664ab0ed..b87c3371 100644
--- a/linux/i830_drm.h
+++ b/linux/i830_drm.h
@@ -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.
*/