*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / tape_block.cpp
index f2e60d8b027f34053f5a86c3e3151d278fc2d2a2..8ba9ddea5e37eb179b2520c33e711ffc319ee324 100644 (file)
@@ -2,17 +2,18 @@
  * 
  * LDC2 source code
  *
- * $Date: 2007/03/26 01:00:40 $
+ * $Date: 2007/03/26 03:20:31 $
  * $Author: hachti $
  *
  * $Log: tape_block.cpp,v $
- * Revision 2.0  2007/03/26 01:00:40  hachti
+ * Revision 2.1  2007/03/26 03:20:31  hachti
+ * *** empty log message ***
+ *
+ * Revision 2.0  2007-03-26 01:00:40  hachti
  * *** empty log message ***
  *
  *
  ******************************************************************************/
-
 
 #include <string>
 #include <vector>
@@ -158,8 +159,8 @@ int tape_block::get_discarded_bytes(){
 /*!
  *\brief Access internal raw data buffer
  *
- * The raw data buffer contains all block data except the \    \
- * block start delimiter and block end delimiter.
+ * The raw data buffer contains all block data except the
+ * block start and end delimiters.
  *\return Pointer to internal raw data buffer of the block
  */
 unsigned char * tape_block::get_raw_data(){
@@ -633,7 +634,7 @@ eof_legal_exception(int bytes_consumed){
 /***************************************************************/
 /*!
  *\brief Get amount of consumed data before EOF came along.
- *\return Amound of bytes read from fd while looking for
+ *\return Amount of bytes read from fd while looking for
  *        new block or EOF.
  */
 int tape_block::eof_legal_exception::get_consumed(){