diff options
| author | Damien <inkfan130924783@gmail.com> | 2025-06-10 11:00:46 +0800 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-06-16 13:58:53 +0000 |
| commit | 8810c3b2702c86de7246d6644e1e16642fd64f90 (patch) | |
| tree | 5989de31ecba7e1dc5092baef291baf7abea4c0f /edksetup.sh | |
| parent | 92bf30908fd4027962aff8ce239027e50b4106f8 (diff) | |
| download | edk2-8810c3b2702c86de7246d6644e1e16642fd64f90.tar.gz edk2-8810c3b2702c86de7246d6644e1e16642fd64f90.zip | |
edksetup.sh: Update "inux" to "Unix-like"
This commit replaces the outdated and
less common term "inux" with "Unix-like."
While "inux" historically served as an abbreviation for Unix-like systems,
the term "Unix-like" is now the widely accepted
and more precise descriptor in the industry,
as detailed by sources like Wikipedia's "Unix-like" entry.
This change enhances readability and
ensures consistency with current technical vocabulary,
making the text clearer for a broader audience.
Signed-off-by: Damien Chen <inkfan130924783@gmail.com>
Diffstat (limited to 'edksetup.sh')
| -rwxr-xr-x | edksetup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edksetup.sh b/edksetup.sh index 0ae32ea8cc..d36c690e51 100755 --- a/edksetup.sh +++ b/edksetup.sh @@ -3,7 +3,7 @@ # Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR> # SPDX-License-Identifier: BSD-2-Clause-Patent # -# In *inux environment, the build tools's source is required and need to be compiled +# In Unix-like environment, the build tools's source is required and need to be compiled # firstly, please reference https://github.com/tianocore/tianocore.github.io/wiki/SourceForge-to-Github-Quick-Start # to get how to setup build tool. # |
