aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-06-08 19:57:10 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-08-15 09:36:18 -0400
commitc2592bc921f9357a187d241b233f2be0178195e9 (patch)
tree2fb2713430d8f27a66be4b4e65a13662cdc805a1
parent409aae51d68bb38b2bf0d1f12ef6ce76d8e99655 (diff)
downloadmeson-c2592bc921f9357a187d241b233f2be0178195e9.zip
meson-c2592bc921f9357a187d241b233f2be0178195e9.tar.gz
meson-c2592bc921f9357a187d241b233f2be0178195e9.tar.bz2
correct a copy-pasted comment
-rw-r--r--mesonbuild/modules/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/mesonbuild/modules/__init__.py b/mesonbuild/modules/__init__.py
index 737a01c..f88c9d5 100644
--- a/mesonbuild/modules/__init__.py
+++ b/mesonbuild/modules/__init__.py
@@ -12,8 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# This file contains the detection logic for external dependencies that
-# are UI-related.
+# This file contains the base representation for import('modname')
import os
import typing as T