summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorsteve <steve>2009-04-20 11:33:07 +0000
committersteve <steve>2009-04-20 11:33:07 +0000
commit8a5b5b47ae9254ac0fc8e881093cca7ec6e026f1 (patch)
tree058bbd41b2d52242e9c827d4e374c21933bf53f1 /e_os.h
parent7e413b974dcb89c688389cdbed54103611bfda04 (diff)
downloadopenssl-8a5b5b47ae9254ac0fc8e881093cca7ec6e026f1.tar.gz
Updates from 1.0.0-stable branch.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/e_os.h b/e_os.h
index c6c6082c8..3fbfe8e0b 100644
--- a/e_os.h
+++ b/e_os.h
@@ -112,7 +112,7 @@ extern "C" {
/********************************************************************
The Microsoft section
********************************************************************/
-/* The following is used becaue of the small stack in some
+/* The following is used because of the small stack in some
* Microsoft operating systems */
#if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYSNAME_WIN32)
# define MS_STATIC static
@@ -275,14 +275,14 @@ extern "C" {
# if !defined(OPENSSL_NO_SOCK) && defined(_WIN32_WINNT)
/*
* Just like defining _WIN32_WINNT including winsock2.h implies
- * certain "discipline" for maintaing [broad] binary compatibility.
+ * certain "discipline" for maintaining [broad] binary compatibility.
* As long as structures are invariant among Winsock versions,
* it's sufficient to check for specific Winsock2 API availability
* at run-time [DSO_global_lookup is recommended]...
*/
# include <winsock2.h>
# include <ws2tcpip.h>
- /* yes, they have to be #included prior <windows.h> */
+ /* yes, they have to be #included prior to <windows.h> */
# endif
# include <windows.h>
# include <stdio.h>
@@ -372,7 +372,7 @@ static unsigned int _strlen31(const char *str)
# define DEFAULT_HOME "C:"
# endif
-#else /* The non-microsoft world world */
+#else /* The non-microsoft world */
# ifdef OPENSSL_SYS_VMS
# define VMS 1