diff --git a/include/cdio/cdda.h b/include/cdio/cdda.h index 22b93a7e..b311ab52 100644 --- a/include/cdio/cdda.h +++ b/include/cdio/cdda.h @@ -1,5 +1,5 @@ /* - $Id: cdda.h,v 1.23 2005/09/21 01:41:32 rocky Exp $ + $Id: cdda.h,v 1.24 2005/10/12 11:26:06 rocky Exp $ Copyright (C) 2004, 2005 Rocky Bernstein Copyright (C) 2001 Xiph.org @@ -133,10 +133,10 @@ struct cdrom_drive_s { }; -/*! An enumeration for some of the CDDA_TEST_* #defines below. This isn't - really an enumeration one would really use in a program it is to - be helpful in debuggers where wants just to refer to the CDDA_TEST_ - names and get something. +/*! An enumeration for some of the CDDA_TEST_* #defines below. This + isn't really an enumeration one would really use in a program. The + enumeration is created be helpful in debuggers where wants just to + refer to the CDDA_TEST_ names and get something. */ extern enum paranoia_jitter_enums { CDDA_TEST_JITTER_SMALL = 1, diff --git a/include/cdio/iso9660.h b/include/cdio/iso9660.h index f3343860..c7cfb5c9 100644 --- a/include/cdio/iso9660.h +++ b/include/cdio/iso9660.h @@ -1,5 +1,5 @@ /* - $Id: iso9660.h,v 1.74 2005/02/22 10:42:50 rocky Exp $ + $Id: iso9660.h,v 1.75 2005/10/12 11:26:06 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel Copyright (C) 2003, 2004, 2005 Rocky Bernstein @@ -26,7 +26,7 @@ /*! * \file iso9660.h * - * \brief The top-level interface eader for libiso9660: the ISO-9660 + * \brief The top-level interface header for libiso9660: the ISO-9660 * filesystem library; applications include this. * * See also the ISO-9660 specification. The freely available European