summaryrefslogtreecommitdiff
path: root/extras/volume_id
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-03-27 20:22:00 +0200
committerKay Sievers <kay.sievers@suse.de>2006-03-27 20:22:00 +0200
commite688ad2d0da96db1e801ccc21189111ddee1bf40 (patch)
tree9ed6b1dc592be606969065e949c85797f313b7a3 /extras/volume_id
parentc643d6183653ab908fbda48892357daa29dd5c52 (diff)
because is better than cause
Diffstat (limited to 'extras/volume_id')
-rw-r--r--extras/volume_id/lib/volume_id.c2
1 files changed, 1 insertions, 1 deletions
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;