summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-10-20 00:48:57 +0000
committertedu <tedu@openbsd.org>2014-10-20 00:48:57 +0000
commit444715ff57acdb7ea270262aaf735aabfa5d0f68 (patch)
treeedb83e4d812266d033cccbb5bc2c674b1274481d
parentreplace bzeros after allocations with M_ZERO and PR_ZERO as appropriate. (diff)
downloadwireguard-openbsd-444715ff57acdb7ea270262aaf735aabfa5d0f68.tar.xz
wireguard-openbsd-444715ff57acdb7ea270262aaf735aabfa5d0f68.zip
typo; deraadt
-rw-r--r--sys/dev/rnd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rnd.c b/sys/dev/rnd.c
index 6eaa825f0a9..e1aa5789daf 100644
--- a/sys/dev/rnd.c
+++ b/sys/dev/rnd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rnd.c,v 1.161 2014/10/20 00:40:19 tedu Exp $ */
+/* $OpenBSD: rnd.c,v 1.162 2014/10/20 00:48:57 tedu Exp $ */
/*
* Copyright (c) 2011 Theo de Raadt.
@@ -106,7 +106,7 @@
* RFC 1750, "Randomness Recommendations for Security", by Donald
* Eastlake, Steve Crocker, and Jeff Schiller.
*
- * Using a RC4 stream cipher as 2nd stage after the MD5 (now SH512) output
+ * Using a RC4 stream cipher as 2nd stage after the MD5 (now SHA512) output
* is the result of work by David Mazieres.
*/