From f946e06914bac70e2438a2b4f57a44dbfb17d3e8 Mon Sep 17 00:00:00 2001 From: DavidePellegrino64 Date: Tue, 26 Mar 2024 16:05:07 +0100 Subject: [PATCH] Reworded clarifying comment. --- src/do_unmount/do_unmount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/do_unmount/do_unmount.c b/src/do_unmount/do_unmount.c index d71d61cbf..a018cf6cc 100644 --- a/src/do_unmount/do_unmount.c +++ b/src/do_unmount/do_unmount.c @@ -23,7 +23,7 @@ /* Provide a different failure message for each possible outcome */ const char *failure_messages[] = { - "", // Placeholder for outcome = SUCCESS + "", // Placeholder for SUCCESS outcome "failed because we are using", // THIS "in use but fuser finds nothing", // UNKNOWN "in use but fuser command failed", // FUSER