X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fvolume_id%2Flib%2Fvolume_id.c;h=aaaab7ed747a5746be4610b8673c3b99c1a2a690;hb=387a8271207b4e921258194cf359039babbc33b9;hp=e4d2ed4cfac725adc092ffc7fe1fa73e6edca181;hpb=779d2d851ee5dbd4c759bb973113373897d3adce;p=elogind.git diff --git a/extras/volume_id/lib/volume_id.c b/extras/volume_id/lib/volume_id.c index e4d2ed4cf..aaaab7ed7 100644 --- a/extras/volume_id/lib/volume_id.c +++ b/extras/volume_id/lib/volume_id.c @@ -418,7 +418,7 @@ int volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size * to make the filesystem detection successful. * * We do not want to read that many bytes from probed floppies, skip volumes - * smaller than a usual floppy disk + * smaller than a usual floppy disk. */ if (size > 1440 * 1024) { int found = 0;