diff options
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/package.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/package.hxx b/libbrep/package.hxx index f8a4079..07bd2a0 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -140,8 +140,8 @@ namespace brep package_name name; optional<version_constraint> constraint; - // Resolved dependency package. NULL if the repository load was shallow - // and so the package dependencies are not resolved. + // Resolved dependency package. Can be NULL if the repository load was + // shallow and the package dependency could not be resolved. // lazy_shared_ptr<package_type> package; |