aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-08-01 15:26:57 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-08-01 15:26:57 +0000
commit3cbee1e840ea1beff566555f1221b2791091e20c (patch)
tree1fda86d2a5dc7e02fe7b020d834b073fafda1c98 /src
parente3a2154f5ac91a5cbab5d0715984972e1dd7d40d (diff)
Convert to C-style comments
Diffstat (limited to 'src')
-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);