aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest-utility.hxx')
-rw-r--r--bpkg/manifest-utility.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/manifest-utility.hxx b/bpkg/manifest-utility.hxx
index 5e42b84..c22746b 100644
--- a/bpkg/manifest-utility.hxx
+++ b/bpkg/manifest-utility.hxx
@@ -31,7 +31,8 @@ namespace bpkg
package_scheme
parse_package_scheme (const char*&);
- // Extract name and version components from <name>[/<version>].
+ // Extract and validate the package name and version components from
+ // <name>[/<version>].
//
string
parse_package_name (const char*);