diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 13:40:52 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 13:40:52 +0100 |
commit | fe0a0116113e8426173b2e4a066350ba6a9d3579 (patch) | |
tree | 05086fbdb2445c4f6cc689cddc9e51cb1180dd71 /ringbuffer.h | |
parent | ada6766c194c8caf3415a023b74ffe46db9be119 (diff) | |
download | vdr-fe0a0116113e8426173b2e4a066350ba6a9d3579.tar.gz vdr-fe0a0116113e8426173b2e4a066350ba6a9d3579.tar.bz2 |
Fixed several spelling errors
Diffstat (limited to 'ringbuffer.h')
-rw-r--r-- | ringbuffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ringbuffer.h b/ringbuffer.h index 9fe33771..d234502d 100644 --- a/ringbuffer.h +++ b/ringbuffer.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: ringbuffer.h 2.2 2009/11/21 15:55:34 kls Exp $ + * $Id: ringbuffer.h 2.3 2011/12/04 13:38:17 kls Exp $ */ #ifndef __RINGBUFFER_H @@ -85,7 +85,7 @@ public: ///< \return Returns the number of bytes actually read and stored, or ///< an error value from the actual read() call. int Read(cUnbufferedFile *File, int Max = 0); - ///< Like Read(int FileHandle, int Max), but reads fom a cUnbufferedFile). + ///< Like Read(int FileHandle, int Max), but reads from a cUnbufferedFile). int Put(const uchar *Data, int Count); ///< Puts at most Count bytes of Data into the ring buffer. ///< \return Returns the number of bytes actually stored. |