diff options
author | Ron Yorston <rmy@pobox.com> | 2024-05-22 07:51:34 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-05-22 07:51:34 +0100 |
commit | a643b5541b71ce5413739a93a560e097947afece (patch) | |
tree | f26efbd200e9c3d41856a9cfce24f94003b81d3c | |
parent | 05b053cd388219d6b194b99ce9e543271dab121f (diff) | |
download | busybox-w32-a643b5541b71ce5413739a93a560e097947afece.tar.gz busybox-w32-a643b5541b71ce5413739a93a560e097947afece.tar.bz2 busybox-w32-a643b5541b71ce5413739a93a560e097947afece.zip |
ash: fix comment
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
15889 | /* | 15889 | /* |
15890 | * Detect if the environment contains certain mixed-case names: | 15890 | * Detect if the environment contains certain mixed-case names: |
15891 | * | 15891 | * |
15892 | * Home is present in a standard Windows environment | 15892 | * Path is present in a standard Windows environment |
15893 | * ComSpec is present in WINE | 15893 | * ComSpec is present in WINE |
15894 | * ProgramData is present in Cygwin/MSYS2 | 15894 | * ProgramData is present in Cygwin/MSYS2 |
15895 | */ | 15895 | */ |