summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-10-06 13:39:01 +1000
committerPauli <paul.dale@oracle.com>2019-10-06 16:53:26 +1000
commita10765c2e0e94d2cd30711339d2ba3f3a244a206 (patch)
tree1114a03d2e0cf4930e908c934b0a185e507547ee
parenta80de34b2769c35270d45bbae67c4b219c99156d (diff)
Fix typo in comment
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/10105) (cherry picked from commit 89e5aaa1d72058404d3ea06bfaeff5334aba202d)
-rw-r--r--e_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index 2f8e3fe349..f607045e14 100644
--- a/e_os.h
+++ b/e_os.h
@@ -42,7 +42,7 @@
# endif
/*
* Some operating systems do not permit select(2) on their random devices,
- * defining this to zero will force the used of read(2) to extract one byte
+ * defining this to zero will force the use of read(2) to extract one byte
* from /dev/random.
*/
# ifndef DEVRANDM_WAIT_USE_SELECT