From a643b5541b71ce5413739a93a560e097947afece Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Wed, 22 May 2024 07:51:34 +0100 Subject: ash: fix comment --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/ash.c b/shell/ash.c index 4fdc6f1c6..d2c88c4bc 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -15889,7 +15889,7 @@ static void setvar_if_unset(const char *key, const char *value) /* * Detect if the environment contains certain mixed-case names: * - * Home is present in a standard Windows environment + * Path is present in a standard Windows environment * ComSpec is present in WINE * ProgramData is present in Cygwin/MSYS2 */ -- cgit v1.2.3-55-g6feb