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 /shared-core | |
parent | fccd351c8f17f69dd4ce986f0a626b42bbcb4ef0 (diff) |
Correct a couple of descriptions of files in comments (were just
copy'n'pasted).
Submitted by: jkim
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/i915_irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 -*- */ /************************************************************************** * |