summaryrefslogtreecommitdiffstats
path: root/lib/loopdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/loopdev.c')
-rw-r--r--lib/loopdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/loopdev.c b/lib/loopdev.c
index 0ef71363f..fa3ad4560 100644
--- a/lib/loopdev.c
+++ b/lib/loopdev.c
@@ -1063,7 +1063,7 @@ static int test_loop_setup(const char *filename, const char *device)
if (!device) {
rc = loopcxt_find_unused(&lc);
if (rc)
- err(EXIT_FAILURE, "failed to found unused device");
+ err(EXIT_FAILURE, "failed to find unused device");
printf("Trying to use '%s'\n", loopcxt_get_device(&lc));
}