aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/project.hxx')
-rw-r--r--bdep/project.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bdep/project.hxx b/bdep/project.hxx
index bbfd41d..f3c48d7 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -148,10 +148,10 @@ namespace bdep
// project. The result is an absolute and normalized project directory and a
// vector of relative (to the project directory) package locations.
//
- // If ignore_packages is true then ignore packages in case the resulting
- // vector will be empty. Otherwise, if load_packages is false, then don't
- // load all the available packages from packages.manifest if none were
- // found/specified.
+ // If ignore_packages is true then ignore packages in which case the
+ // resulting vector will be empty. Otherwise, if load_packages is false,
+ // then don't load all the available packages from packages.manifest if none
+ // were found/specified.
//
// Note that if the package directory is the same as project, then the
// package path will be empty (and not ./).