From 2418f7ba45e996bebd6253023306cd80b72f32c1 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 6 Sep 2003 02:51:29 +0000 Subject: [PATCH] Small comment change. --- include/cdio/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cdio/types.h b/include/cdio/types.h index 316c7214..9bdb18d5 100644 --- a/include/cdio/types.h +++ b/include/cdio/types.h @@ -1,5 +1,5 @@ /* - $Id: types.h,v 1.5 2003/08/31 01:01:40 rocky Exp $ + $Id: types.h,v 1.6 2003/09/06 02:51:29 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel Copyright (C) 2002,2003 Rocky Bernstein @@ -200,7 +200,7 @@ extern "C" { /* The type of an Logical Sector Number. */ typedef uint32_t lsn_t; - /* The type of an track number. */ + /* The type of an track number 0..99. */ typedef uint8_t track_t; /*!