summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-08-07 20:09:09 +0000
committerpjd <pjd@FreeBSD.org>2006-08-07 20:09:09 +0000
commit1022710a4334295b43213bdf07d57fc95575935f (patch)
treeb7839540ffddfe677fb8caa1338672a0b400d7e0 /sbin
parent5aad56860fd6165307c4162c63612d3bcb2e3c00 (diff)
downloadFreeBSD-src-1022710a4334295b43213bdf07d57fc95575935f.zip
FreeBSD-src-1022710a4334295b43213bdf07d57fc95575935f.tar.gz
Add missing #.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/eli/geom_eli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/eli/geom_eli.c b/sbin/geom/class/eli/geom_eli.c
index eac6a80..e331ba9 100644
--- a/sbin/geom/class/eli/geom_eli.c
+++ b/sbin/geom/class/eli/geom_eli.c
@@ -393,7 +393,7 @@ eli_genkey(struct gctl_req *req, struct g_eli_metadata *md, unsigned char *key,
}
}
/*
- * If md_iterations is equal to 0, user don't want PKCS5v2.
+ * If md_iterations is equal to 0, user don't want PKCS#5v2.
*/
if (md->md_iterations == 0) {
g_eli_crypto_hmac_update(&ctx, md->md_salt,
OpenPOWER on IntegriCloud