environment: fix typos in comment

0.57
Dylan Baker 4 years ago committed by Nirbheek Chauhan
parent 0c91ad8ab4
commit 88902c5d9b
  1. 2
      mesonbuild/environment.py

@ -660,7 +660,7 @@ class Environment:
self.options[key.as_build()] = value self.options[key.as_build()] = value
self._load_machine_file_options(config, properties.host, MachineChoice.HOST) self._load_machine_file_options(config, properties.host, MachineChoice.HOST)
else: 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 # native file is for the host. This is due to an mismatch between
# meson internals which talk about build an host, and external # meson internals which talk about build an host, and external
# interfaces which talk about native and cross. # interfaces which talk about native and cross.

Loading…
Cancel
Save