summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2017-08-16 15:40:11 +0200
committerRich Salz <rsalz@openssl.org>2017-08-16 10:36:34 -0400
commita303e9a6a8c3a942bbd8d871df7b81b7ec339ef9 (patch)
tree6308a6a82d61b04c37f05748e2ff4ec3d2bdffd1 /e_os.h
parent2e38091c14f3392ceed851b57b93ca171282b488 (diff)
downloadopenssl-new-a303e9a6a8c3a942bbd8d871df7b81b7ec339ef9.tar.gz
fix some typos
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4172)
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e_os.h b/e_os.h
index fa40e68633..4e01f9b815 100644
--- a/e_os.h
+++ b/e_os.h
@@ -33,7 +33,7 @@ extern "C" {
/*
* Format specifier for printing size_t. Original conundrum was to
* get it working with -Wformat [-Werror], which can be considered
- * overzelaous, especially in multi-platform context, but it's
+ * overzealous, especially in multi-platform context, but it's
* conscious choice...
*/
# if defined(_WIN64)
@@ -531,7 +531,7 @@ struct servent *PASCAL getservbyname(const char *, const char *);
/*
* NOTE: these are implemented by helpers in database app! if the database is
- * not linked, we need to implement them elswhere
+ * not linked, we need to implement them elsewhere
*/
struct hostent *gethostbyname(const char *name);
struct hostent *gethostbyaddr(const char *addr, int length, int type);