summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJanne Johansson <jj@cvs.openbsd.org>2009-04-14 21:10:55 +0000
committerJanne Johansson <jj@cvs.openbsd.org>2009-04-14 21:10:55 +0000
commita0b443367ad05923085e5281d41155e76ab9dd39 (patch)
treec7c6bd65a587e9d78b153925a788a7b08b6fdb78 /sys
parenta8d57ac33a07fd1a7679794b16ccda0d5c620658 (diff)
Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc and so on. ok jmc@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/drm/i915_irq.c2
-rw-r--r--sys/dev/pci/drm/mach64_dma.c2
-rw-r--r--sys/dev/pci/drm/r300_reg.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/drm/i915_irq.c b/sys/dev/pci/drm/i915_irq.c
index a6223061779..b76daca5f50 100644
--- a/sys/dev/pci/drm/i915_irq.c
+++ b/sys/dev/pci/drm/i915_irq.c
@@ -103,7 +103,7 @@ i915_disable_pipestat(drm_i915_private_t *dev_priv, int pipe, u_int32_t mask)
}
/**
- * i915_get_pipe - return the the pipe associated with a given plane
+ * i915_get_pipe - return the pipe associated with a given plane
* @dev: DRM device
* @plane: plane to look for
*
diff --git a/sys/dev/pci/drm/mach64_dma.c b/sys/dev/pci/drm/mach64_dma.c
index 97373150b43..b9074535111 100644
--- a/sys/dev/pci/drm/mach64_dma.c
+++ b/sys/dev/pci/drm/mach64_dma.c
@@ -170,7 +170,7 @@ static int mach64_ring_idle(drm_mach64_private_t *dev_priv)
}
/**
- * Reset the the ring buffer descriptors.
+ * Reset the ring buffer descriptors.
*
* \sa mach64_do_engine_reset()
*/
diff --git a/sys/dev/pci/drm/r300_reg.h b/sys/dev/pci/drm/r300_reg.h
index d35dd39df70..4b6f6d17d16 100644
--- a/sys/dev/pci/drm/r300_reg.h
+++ b/sys/dev/pci/drm/r300_reg.h
@@ -350,7 +350,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
# define R300_PVS_CNTL_1_PROGRAM_START_SHIFT 0
# define R300_PVS_CNTL_1_POS_END_SHIFT 10
# define R300_PVS_CNTL_1_PROGRAM_END_SHIFT 20
-/* Addresses are relative the the vertex program parameters area. */
+/* Addresses are relative to the vertex program parameters area. */
#define R300_VAP_PVS_CNTL_2 0x22D4
# define R300_PVS_CNTL_2_PARAM_OFFSET_SHIFT 0
# define R300_PVS_CNTL_2_PARAM_COUNT_SHIFT 16