diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-07-27 20:20:30 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-07-27 20:20:30 +0000 |
commit | 942545721f9bf14941f7e2ed81c79c4f0709749a (patch) | |
tree | f7b9cb0e8413f84bbbda76844f361d3fd1e4c870 | |
parent | fccd351c8f17f69dd4ce986f0a626b42bbcb4ef0 (diff) |
Correct a couple of descriptions of files in comments (were just
copy'n'pasted).
Submitted by: jkim
-rw-r--r-- | bsd-core/drm_irq.c | 2 | ||||
-rw-r--r-- | shared-core/i915_irq.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bsd-core/drm_irq.c b/bsd-core/drm_irq.c index 8c5660c5..b23ba909 100644 --- a/bsd-core/drm_irq.c +++ b/bsd-core/drm_irq.c @@ -1,4 +1,4 @@ -/* drm_dma.c -- DMA IOCTL and function support +/* drm_irq.c -- IRQ IOCTL and function support * Created: Fri Oct 18 2003 by anholt@FreeBSD.org */ /*- diff --git a/shared-core/i915_irq.c b/shared-core/i915_irq.c index a656895d..1b7b2a38 100644 --- a/shared-core/i915_irq.c +++ b/shared-core/i915_irq.c @@ -1,4 +1,4 @@ -/* i915_dma.c -- DMA support for the I915 -*- linux-c -*- +/* i915_irq.c -- IRQ support for the I915 -*- linux-c -*- */ /************************************************************************** * |