From b7486e83e94b285dfd965c1f2d95aa707a5155a1 Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 6 Aug 2004 00:55:14 +0000 Subject: [PATCH] Comment corrections. --- include/cdio/types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/cdio/types.h b/include/cdio/types.h index cbb283b7..97f7a121 100644 --- a/include/cdio/types.h +++ b/include/cdio/types.h @@ -1,5 +1,5 @@ /* - $Id: types.h,v 1.21 2004/07/19 01:13:31 rocky Exp $ + $Id: types.h,v 1.22 2004/08/06 00:55:14 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel Copyright (C) 2002, 2003, 2004 Rocky Bernstein @@ -323,8 +323,8 @@ extern "C" { #define CDIO_DRIVE_CAP_WRITE_DVD_R 0x00004 /**< drive can write DVD-R */ #define CDIO_DRIVE_CAP_WRITE_DVD_PR 0x00008 /**< drive can write DVD+R */ #define CDIO_DRIVE_CAP_WRITE_DVD_RAM 0x00010 /**< drive can write DVD-RAM */ -#define CDIO_DRIVE_CAP_WRITE_DVD_RW 0x00020 /**< drive can write DVD-RAM */ -#define CDIO_DRIVE_CAP_WRITE_DVD_RPW 0x00040 /**< drive can write DVD-RAM */ +#define CDIO_DRIVE_CAP_WRITE_DVD_RW 0x00020 /**< drive can write DVD-RW */ +#define CDIO_DRIVE_CAP_WRITE_DVD_RPW 0x00040 /**< drive can write DVD+RW */ #define CDIO_DRIVE_CAP_WRITE_MT_RAINIER 0x00080 /**< Mount Rainier */ #define CDIO_DRIVE_CAP_WRITE_BURN_PROOF 0x00100 /**< burn proof */