summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-06-03 02:22:11 -0700
committerPatrick Mochel <mochel@osdl.org>2003-06-03 02:22:11 -0700
commit1db7ab459d97fd5c573f3dbd5b65a65e8fc980c9 (patch)
tree6954703d3a1d40b7ef3c389b30d9971c33e47d75 /include/linux
parent98c23bfa66be6466c6236449f71d97f1e2efddc6 (diff)
[driver model] fix comment in device.h
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index b73a9555bcb1..8e3f1919d974 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -5,7 +5,7 @@
*
* This file is released under the GPLv2
*
- * See Documentation/driver-model/*.txt for more information.
+ * See Documentation/driver-model/ for more information.
*/
#ifndef _DEVICE_H_