aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Redelings <benjamin.redelings@gmail.com>2017-12-30 10:04:56 -0800
committerBenjamin Redelings <benjamin.redelings@gmail.com>2018-01-01 22:42:49 -0800
commit074bd544c7d2b12d00a4140fa8f12dde60b364c8 (patch)
tree71a3a8246a6e24e51ea917aefd20d269d8ce5c89
parent4c7802b107d8fc09dda2e7846d8a6f653f1b11fb (diff)
downloadmeson-074bd544c7d2b12d00a4140fa8f12dde60b364c8.zip
meson-074bd544c7d2b12d00a4140fa8f12dde60b364c8.tar.gz
meson-074bd544c7d2b12d00a4140fa8f12dde60b364c8.tar.bz2
Fix typo.
-rw-r--r--mesonbuild/dependencies/misc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/misc.py b/mesonbuild/dependencies/misc.py
index 99c82e8..19fdc19 100644
--- a/mesonbuild/dependencies/misc.py
+++ b/mesonbuild/dependencies/misc.py
@@ -52,7 +52,7 @@ from .base import (
# - boost_<module>.lib|.dll (shared)
# where compiler is vc141 for example.
#
-# NOTE: -gb means runtime and build time debugging is on
+# NOTE: -gd means runtime and build time debugging is on
# -mt means threading=multi
#
# The `modules` argument accept library names. This is because every module that