From 0b75493da03fed3bf077791ce1289910eb6f6641 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 15 Feb 2023 10:08:16 +0900 Subject: tree-wide: fix typo and comment style update --- src/dissect/dissect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dissect') diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c index f435932815..10d977ed85 100644 --- a/src/dissect/dissect.c +++ b/src/dissect/dissect.c @@ -1258,7 +1258,7 @@ static int action_umount(const char *path) { if (r < 0) return log_error_errno(r, "Failed to unmount '%s': %m", canonical); - /* We managed to lock and unmount successfully? That means we can try to remove the loop device.*/ + /* We managed to lock and unmount successfully? That means we can try to remove the loop device. */ loop_device_unrelinquish(d); if (arg_rmdir) { -- cgit v1.2.1