aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libutil/hash.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/hash.hh b/src/libutil/hash.hh
index d4badbab3..ffc397ce0 100644
--- a/src/libutil/hash.hh
+++ b/src/libutil/hash.hh
@@ -42,9 +42,9 @@ struct Hash
is not present, then the hash type must be specified in the
string. */
static Hash parseAny(std::string_view s, std::optional<HashType> type);
- // hash type must be part of string
+ /* hash type must be part of string */
static Hash parseAnyPrefixed(std::string_view s);
- // prefix parsed separately; non SRI hash
+ /* prefix parsed separately; non SRI hash */
static Hash parseNonSRIUnprefixed(std::string_view s, HashType type);
static Hash parseSRI(std::string_view original);