aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Partin <tristan@partin.io>2022-10-03 14:44:49 -0500
committerJussi Pakkanen <jpakkane@gmail.com>2022-10-09 16:47:47 +0300
commit58581ae3debcb0d043093cc787b560cfd2a22c75 (patch)
treeaa2998b1736f3e9666443d938e85b239303a9643
parent80b101443dad6b38d6ebdc96ea09740f17a9a834 (diff)
downloadmeson-58581ae3debcb0d043093cc787b560cfd2a22c75.zip
meson-58581ae3debcb0d043093cc787b560cfd2a22c75.tar.gz
meson-58581ae3debcb0d043093cc787b560cfd2a22c75.tar.bz2
Fix some wording in a JNISystemDependency comment
-rw-r--r--mesonbuild/dependencies/dev.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/dev.py b/mesonbuild/dependencies/dev.py
index d8eaa52..5e7ccd4 100644
--- a/mesonbuild/dependencies/dev.py
+++ b/mesonbuild/dependencies/dev.py
@@ -607,7 +607,7 @@ class JNISystemDependency(SystemDependency):
"""Translates the machine information to the platform-dependent include directory
When inspecting a JDK release tarball or $JAVA_HOME, inside the `include/` directory is a
- platform dependent folder that must be on the target's include path in addition to the
+ platform-dependent directory that must be on the target's include path in addition to the
parent `include/` directory.
"""
if m.is_linux():