From f337b18d7d80ca3b32269fe2b0d311a040c42df4 Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 17 Jan 2006 12:53:41 +0000 Subject: [PATCH] Some typos. --- include/cdio/disc.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/include/cdio/disc.h b/include/cdio/disc.h index 016d6b2b..a6bf1c3e 100644 --- a/include/cdio/disc.h +++ b/include/cdio/disc.h @@ -1,7 +1,7 @@ /* -*- c -*- - $Id: disc.h,v 1.5 2005/02/05 14:42:28 rocky Exp $ + $Id: disc.h,v 1.6 2006/01/17 12:53:41 rocky Exp $ - Copyright (C) 2004, 2005 Rocky Bernstein + Copyright (C) 2004, 2005, 2006 Rocky Bernstein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -64,7 +64,6 @@ extern "C" { */ lsn_t cdio_get_disc_last_lsn(const CdIo_t *p_cdio); - /*! Return the Joliet level recognized for p_cdio. */ @@ -73,7 +72,7 @@ extern "C" { /*! Get the media catalog number (MCN) from the CD. - @return the media catalog number r NULL if there is none or we + @return the media catalog number or NULL if there is none or we don't have the ability to get it. Note: string is malloc'd so caller has to free() the returned @@ -109,4 +108,3 @@ extern "C" { #endif /* __cplusplus */ #endif /* __CDIO_DISC_H__ */ -