summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-01-22 17:01:16 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-01-22 17:01:16 +0100
commit5b720a4fdb3497783252df5445bba5abc8dcd3dd (patch)
tree6a545c38fb26ef539427c8e42a0bdfea5b8b2bd5 /device.h
parent1ba20fa20f632ffb548f57ca9b3b5b9bab5296d0 (diff)
downloadvdr-5b720a4fdb3497783252df5445bba5abc8dcd3dd.tar.gz
vdr-5b720a4fdb3497783252df5445bba5abc8dcd3dd.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 05b56e91..e8673969 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 2.43 2013/01/03 08:53:06 kls Exp $
+ * $Id: device.h 2.44 2013/01/22 17:01:16 kls Exp $
*/
#ifndef __DEVICE_H
@@ -752,7 +752,7 @@ public:
///< Returns -1 in case of error, otherwise the number of actually
///< processed bytes is returned.
///< PlayTs() shall process the TS packets either as a whole (returning
- ///< n*TS_SIZE) or not at all, returning 0 or -1 and setting 'errno' accordingly).
+ ///< TS_SIZE) or not at all, returning 0 or -1 and setting 'errno' accordingly).
bool Replaying(void) const;
///< Returns true if we are currently replaying.
bool Transferring(void) const;