summaryrefslogtreecommitdiff
path: root/bsd-core
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-07-27 20:20:30 +0000
committerEric Anholt <anholt@freebsd.org>2005-07-27 20:20:30 +0000
commit942545721f9bf14941f7e2ed81c79c4f0709749a (patch)
treef7b9cb0e8413f84bbbda76844f361d3fd1e4c870 /bsd-core
parentfccd351c8f17f69dd4ce986f0a626b42bbcb4ef0 (diff)
Correct a couple of descriptions of files in comments (were just
copy'n'pasted). Submitted by: jkim
Diffstat (limited to 'bsd-core')
-rw-r--r--bsd-core/drm_irq.c2
1 files changed, 1 insertions, 1 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
*/
/*-