diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-05-25 03:07:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-05-25 03:07:08 +0000 |
commit | caa64c20861692971e10237bd81eb7f534beb782 (patch) | |
tree | 030021f4608c895421265430004e6d033441c749 /sys/dev/rnd.c | |
parent | a97596cce8f1d2832255be0c0373d9596a1af78b (diff) |
missing word in comment; Kyle Milz
Diffstat (limited to 'sys/dev/rnd.c')
-rw-r--r-- | sys/dev/rnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rnd.c b/sys/dev/rnd.c index 970b3be5d3a..58f12eda783 100644 --- a/sys/dev/rnd.c +++ b/sys/dev/rnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rnd.c,v 1.174 2015/05/04 09:38:05 jsg Exp $ */ +/* $OpenBSD: rnd.c,v 1.175 2015/05/25 03:07:07 deraadt Exp $ */ /* * Copyright (c) 2011 Theo de Raadt. @@ -60,7 +60,7 @@ * source material which is mixed on occasion using a CRC-like function * into the "entropy pool". This is not cryptographically strong, but * it is adequate assuming the randomness is not chosen maliciously, - * and it very fast because the interrupt-time event is only to add + * and it is very fast because the interrupt-time event is only to add * a small random token to the "rnd states" queue. * * When random bytes are desired, they are obtained by pulling from |