summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-10 11:54:02 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-10 11:54:02 +0200
commit1241db48d38d70fa347ba9531a1263351df4df8d (patch)
treeaeed73b3458463c4752fbe835bc523db76428ce7 /device.h
parentdefe0831f999e235eefd40edee78efaf3641a924 (diff)
downloadvdr-1241db48d38d70fa347ba9531a1263351df4df8d.tar.gz
vdr-1241db48d38d70fa347ba9531a1263351df4df8d.tar.bz2
Fixed a typo
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.h b/device.h
index 03e82eff..484f0be5 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 1.63 2005/09/04 10:50:36 kls Exp $
+ * $Id: device.h 1.64 2005/09/10 11:54:02 kls Exp $
*/
#ifndef __DEVICE_H
@@ -266,7 +266,7 @@ protected:
///< On indicates whether the PID shall be added or deleted.
///< Handle->handle can be used by the device to store information it
///< needs to receive this PID (for instance a file handle).
- ///< Handle->used indicated how many receivers are using this PID.
+ ///< Handle->used indicates how many receivers are using this PID.
///< Type indicates some special types of PIDs, which the device may
///< need to set in a specific way.