summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-06-09 13:19:03 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-06-09 13:19:03 +0200
commit3aef14966f96bddba2ef9c4e25d435a08bce3f8a (patch)
treeb4d807bdbd1bb22d5ffbc2aefc1a5fa215fab0ce
parent198ebcb8af454d1476fa1abf50bf719fe4917d81 (diff)
downloadATCD-3aef14966f96bddba2ef9c4e25d435a08bce3f8a.tar.gz
Fixed typo in comment
* ACE/ace/OS_NS_macros.h:
-rw-r--r--ACE/ace/OS_NS_macros.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ACE/ace/OS_NS_macros.h b/ACE/ace/OS_NS_macros.h
index 10a6b970575..8f94cdad952 100644
--- a/ACE/ace/OS_NS_macros.h
+++ b/ACE/ace/OS_NS_macros.h
@@ -67,10 +67,9 @@
#endif /* !ACE_WIN32 */
-// Helper functions to split large intergers into smaller high-order
+// Helper functions to split large integers into smaller high-order
// and low-order parts, and reconstitute them again. These are
// required primarily for supporting _FILE_OFFSET_BITS==64 on windows.
-
#if defined(ACE_WIN32)
# if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS==64)
# include "ace/Basic_Types.h"
@@ -105,8 +104,6 @@ ACE_END_VERSIONED_NAMESPACE_DECL
# endif /* _FILE_OFFSET_BITS==64 */
#endif /* ACE_WIN32 */
-
-
# include /**/ "ace/post.h"
#endif /* ACE_OS_NS_MACROS_H */