diff options
| author | Louis Sautier <sautier.louis@gmail.com> | 2025-11-16 22:44:02 +0100 |
|---|---|---|
| committer | Louis Sautier <sautier.louis@gmail.com> | 2025-11-17 21:21:18 +0100 |
| commit | 4aec9df42a7c2ff09bbcc7a45afbb69a64bda437 (patch) | |
| tree | cacb3677d5bdeb4f13b04beb356fd60a8278732c /libmount/src/hook_loopdev.c | |
| parent | 376496a3d35fd5a94e9c429b00c695885539f197 (diff) | |
| download | util-linux-4aec9df42a7c2ff09bbcc7a45afbb69a64bda437.tar.gz | |
Fix typos when "set up" is used as a verb
The noun is "setup" while the verb is "set up".
Diffstat (limited to 'libmount/src/hook_loopdev.c')
| -rw-r--r-- | libmount/src/hook_loopdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmount/src/hook_loopdev.c b/libmount/src/hook_loopdev.c index b72164535c..0bb97e59b4 100644 --- a/libmount/src/hook_loopdev.c +++ b/libmount/src/hook_loopdev.c @@ -138,7 +138,7 @@ static int setup_loopdev(struct libmnt_context *cxt, if (!backing_file) return -EINVAL; - DBG(LOOP, ul_debugobj(cxt, "trying to setup device for %s", backing_file)); + DBG(LOOP, ul_debugobj(cxt, "trying to set up device for %s", backing_file)); if (mnt_optlist_is_rdonly(ol)) { DBG(LOOP, ul_debugobj(cxt, "enabling READ-ONLY flag")); @@ -332,7 +332,7 @@ static int setup_loopdev(struct libmnt_context *cxt, break; /* success */ if (loopdev || rc != -EBUSY) { - DBG(LOOP, ul_debugobj(cxt, "failed to setup device")); + DBG(LOOP, ul_debugobj(cxt, "failed to set up device")); rc = -MNT_ERR_LOOPDEV; goto done; } |
