From 1130a31d0e12c7278bc167e9ccca1d49c27526ce Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 1 Sep 2006 12:34:37 +0000 Subject: [PATCH] Made "read-ahead" comment sufficiently ambigous: "buffer"|"filesystem" == "" --- trunk/test/libburner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/test/libburner.c b/trunk/test/libburner.c index 511d0edd..29abfc7a 100644 --- a/trunk/test/libburner.c +++ b/trunk/test/libburner.c @@ -357,7 +357,7 @@ int libburner_payload(struct burn_drive *drive, const char *source_adr, burn_disc_add_session(target_disc, session, BURN_POS_END); track = burn_track_create(); - /* a padding of 300 kB is helpful to avoid the buffer-read-ahead bug */ + /* a padding of 300 kB is helpful to avoid the read-ahead bug */ burn_track_define_data(track, 0, 300*1024, 1, BURN_MODE1); if (source_adr[0] == '-' && source_adr[1] == 0) {