Fix some typos.

This commit is contained in:
rocky
2005-10-12 11:26:06 +00:00
parent f082e5742a
commit 85f5b06b1b
2 changed files with 7 additions and 7 deletions

View File

@@ -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 <rocky@panix.com> Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2001 Xiph.org 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 /*! An enumeration for some of the CDDA_TEST_* #defines below. This
really an enumeration one would really use in a program it is to isn't really an enumeration one would really use in a program. The
be helpful in debuggers where wants just to refer to the CDDA_TEST_ enumeration is created be helpful in debuggers where wants just to
names and get something. refer to the CDDA_TEST_ names and get something.
*/ */
extern enum paranoia_jitter_enums { extern enum paranoia_jitter_enums {
CDDA_TEST_JITTER_SMALL = 1, CDDA_TEST_JITTER_SMALL = 1,

View File

@@ -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 <hvr@gnu.org> Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com> Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
@@ -26,7 +26,7 @@
/*! /*!
* \file iso9660.h * \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. * filesystem library; applications include this.
* *
* See also the ISO-9660 specification. The freely available European * See also the ISO-9660 specification. The freely available European