From aeadea40e4fa5e1cfd1a88f98b6dc1a1860b68bd Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 4 Mar 2008 10:27:54 +0000 Subject: [PATCH] Comment typo --- lib/driver/mmc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/driver/mmc.c b/lib/driver/mmc.c index a0658962..5e5a8f08 100644 --- a/lib/driver/mmc.c +++ b/lib/driver/mmc.c @@ -1,8 +1,8 @@ /* Common Multimedia Command (MMC) routines. - $Id: mmc.c,v 1.36 2007/11/21 03:01:58 rocky Exp $ + $Id: mmc.c,v 1.37 2008/03/04 10:27:54 rocky Exp $ - Copyright (C) 2004, 2005, 2006, 2007 Rocky Bernstein + Copyright (C) 2004, 2005, 2006, 2007, 2008 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 @@ -1362,7 +1362,7 @@ mmc_read_data_sectors ( CdIo_t *p_cdio, void *p_buf, true, /* return user data */ false, /* return EDC ECC */ false, /* return C2 Error information */ - 0, /* suchannel selection bits */ + 0, /* subchannel selection bits */ ISO_BLOCKSIZE, /* blocksize*/ i_blocks /* Number of blocks. */);