mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a typo
This commit is contained in:
parent
defe0831f9
commit
1241db48d3
4
device.h
4
device.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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
|
#ifndef __DEVICE_H
|
||||||
@ -266,7 +266,7 @@ protected:
|
|||||||
///< On indicates whether the PID shall be added or deleted.
|
///< On indicates whether the PID shall be added or deleted.
|
||||||
///< Handle->handle can be used by the device to store information it
|
///< Handle->handle can be used by the device to store information it
|
||||||
///< needs to receive this PID (for instance a file handle).
|
///< 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
|
///< Type indicates some special types of PIDs, which the device may
|
||||||
///< need to set in a specific way.
|
///< need to set in a specific way.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user