diff options
author | T.J. Townsend <tj@cvs.openbsd.org> | 2016-04-19 20:20:25 +0000 |
---|---|---|
committer | T.J. Townsend <tj@cvs.openbsd.org> | 2016-04-19 20:20:25 +0000 |
commit | ece1f3b4f7b708dcf4cb7df29163e1f4321c05f0 (patch) | |
tree | 83219f94a3f8ff18134556586d660b10e6cf76b9 /lib | |
parent | e74131fed7c7f029a6db5e04a711a34a8cebbd9a (diff) |
fix typo in comment; ok beck
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/crypto/getentropy_linux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/crypto/getentropy_linux.c b/lib/libcrypto/crypto/getentropy_linux.c index 2a0a6875e4c..c4cb476cd80 100644 --- a/lib/libcrypto/crypto/getentropy_linux.c +++ b/lib/libcrypto/crypto/getentropy_linux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getentropy_linux.c,v 1.41 2015/09/11 11:52:55 deraadt Exp $ */ +/* $OpenBSD: getentropy_linux.c,v 1.42 2016/04/19 20:20:24 tj Exp $ */ /* * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> @@ -120,7 +120,7 @@ getentropy(void *buf, size_t len) * Try to use sysctl CTL_KERN, KERN_RANDOM, RANDOM_UUID. * sysctl is a failsafe API, so it guarantees a result. This * should work inside a chroot, or when file descriptors are - * exhuasted. + * exhausted. * * However this can fail if the Linux kernel removes support * for sysctl. Starting in 2007, there have been efforts to |