From f0353cf2e93a2b39add8027608494ee53a89cfae Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 3 Feb 2023 03:15:13 +0900 Subject: [PATCH] core/execute: fix comment --- src/core/execute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/execute.c b/src/core/execute.c index ac3f096b0da..853e87450fe 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -3024,7 +3024,7 @@ static int setup_credentials_internal( final_mounted = true; if (workspace_mounted < 0) { - /* If the final place is mounted, but the workspace we isn't, then let's bind mount + /* If the final place is mounted, but the workspace isn't, then let's bind mount * the final version to the workspace, and make it writable, so that we can make * changes */