summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-02-14 11:29:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-02-14 11:29:57 +0100
commitce882e5cf0c5868fbfdd89942738dfe6e7ecc517 (patch)
tree0b3406295c0b91b28539a50b4ddbfc2ac2d911e6 /device.h
parent6281a196f14b42c2a67077207e313c71bda2ad2a (diff)
downloadvdr-ce882e5cf0c5868fbfdd89942738dfe6e7ecc517.tar.gz
vdr-ce882e5cf0c5868fbfdd89942738dfe6e7ecc517.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 496e7021..af6c85f8 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.39 2004/02/08 15:05:49 kls Exp $
+ * $Id: device.h 1.40 2004/02/14 11:29:57 kls Exp $
*/
#ifndef __DEVICE_H
@@ -435,7 +435,7 @@ public:
/// from the driver with each call to Read(), thus avoiding the overhead
/// of getting each TS packet separately from the driver. It also makes
/// sure the returned data points to a TS packet and automatically
-/// re-synchronizes after broken packet.
+/// re-synchronizes after broken packets.
class cTSBuffer {
private: