aboutsummaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net.c')
-rw-r--r--net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.c b/net.c
index 58542ba..d208311 100644
--- a/net.c
+++ b/net.c
@@ -22,7 +22,7 @@ dhgenpg(ulong *p, ulong *g)
}
/*
- * x = g^k mod p
+ * y = g^k mod p
*/
ulong
dhgenkey(ulong g, ulong k, ulong p)