From 535a86a97e78821dd1dc3623fe204b855ac8c455 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" == "" --- test/libburner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libburner.c b/test/libburner.c index 511d0ed..29abfc7 100644 --- a/test/libburner.c +++ b/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) {