summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-08-25 11:33:34 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-08-25 11:33:34 +0000
commitbb8aab02113d683b76e06da31b7804591e2e62e0 (patch)
treeb27729690876f4583e4cf6307b8cc7a0da744696 /e_os.h
parent0fbf5f7102a65aa77d3bf2a36fe379e330edc5aa (diff)
Wording of comment...
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index 5857b1c86d..3674db552f 100644
--- a/e_os.h
+++ b/e_os.h
@@ -425,7 +425,7 @@ extern HINSTANCE _hInstance;
#endif
#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
- /* include headers first, so our evil defines don't break it */
+ /* include headers first, so our defines don't break it */
#include <stdlib.h>
#include <string.h>
/* bcopy can handle overlapping moves according to SunOS 4.1.4 manpage */