From e688ad2d0da96db1e801ccc21189111ddee1bf40 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 27 Mar 2006 20:22:00 +0200 Subject: because is better than cause --- extras/volume_id/lib/volume_id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/volume_id') diff --git a/extras/volume_id/lib/volume_id.c b/extras/volume_id/lib/volume_id.c index 073ad79c77..4662b210dc 100644 --- a/extras/volume_id/lib/volume_id.c +++ b/extras/volume_id/lib/volume_id.c @@ -42,7 +42,7 @@ int volume_id_probe_raid(struct volume_id *id, uint64_t off, uint64_t size) if (id == NULL) return -EINVAL; - /* probe for raid first, cause fs probes may be successful on raid members */ + /* probe for raid first, because fs probes may be successful on raid members */ if (size) { if (volume_id_probe_linux_raid(id, off, size) == 0) goto found; -- cgit v1.2.3-54-g00ecf