diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-04-05 10:23:15 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2021-04-06 16:09:13 -0700 |
commit | 223858fd7d138dfbac3098a4a05fff1f1e0e0429 (patch) | |
tree | 57c618522efc9d5203c66ac6fbc490f36bbeb1ed | |
parent | fdde948ca1521f03d9495f3fec862063862af2b4 (diff) | |
download | meson-223858fd7d138dfbac3098a4a05fff1f1e0e0429.zip meson-223858fd7d138dfbac3098a4a05fff1f1e0e0429.tar.gz meson-223858fd7d138dfbac3098a4a05fff1f1e0e0429.tar.bz2 |
environment: fix typos in comment
-rw-r--r-- | mesonbuild/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py index 7c9e1ff..68354b8 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -662,7 +662,7 @@ class Environment: self.options[key.as_build()] = value self._load_machine_file_options(config, properties.host, MachineChoice.HOST) else: - # IF we aren't cross compiling, but we hav ea native file, the + # If we aren't cross compiling, but we have a native file, the # native file is for the host. This is due to an mismatch between # meson internals which talk about build an host, and external # interfaces which talk about native and cross. |