Fix typo in comment
authorPauli <paul.dale@oracle.com>
Sun, 6 Oct 2019 03:39:01 +0000 (13:39 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 6 Oct 2019 03:39:01 +0000 (13:39 +1000)
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10105)

e_os.h

diff --git a/e_os.h b/e_os.h
index 6ae3b2cca18390a7d43e39d06a81efc192bf616e..0689333db19704b97920fa5cf6552d2ccf58a8db 100644 (file)
--- 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