summaryrefslogtreecommitdiff
path: root/ACE/ace/Global_Macros.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-08-20 18:07:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-08-20 18:07:57 +0000
commit17fe3710f16f4ae65dea4316399abef65d9f76c3 (patch)
treed7b3452c199689d016a9b1b9d58fe3d59e8f7eaa /ACE/ace/Global_Macros.h
parent8f756a3ea3373394e1c828c8743e94b8641c628c (diff)
downloadATCD-17fe3710f16f4ae65dea4316399abef65d9f76c3.tar.gz
Mon Aug 20 18:07:25 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Global_Macros.h: Doxyen fixes * bin/valgrind.supp: Added another needed suppression
Diffstat (limited to 'ACE/ace/Global_Macros.h')
-rw-r--r--ACE/ace/Global_Macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Global_Macros.h b/ACE/ace/Global_Macros.h
index 5d11f24ae0a..74c6d8c3e6b 100644
--- a/ACE/ace/Global_Macros.h
+++ b/ACE/ace/Global_Macros.h
@@ -166,7 +166,7 @@ ACE_END_VERSIONED_NAMESPACE_DECL
/* Using ACE_UNEXPECTED_RETURNS is ill-advised because, in many cases,
* it fails to inform callers of the error condition.
- * It exists mainly to provide back-compatibility with old, dangerous,
+ * It exists mainly to provide back-compatibility with old, dangegrous,
* incorrect behavior.
* Code that previously used ACE_GUARD() or ACE_GUARD_RETURN() to return
* upon failure to acquire a lock can now use:
@@ -905,7 +905,7 @@ ACE_MAKE_SVC_CONFIG_FACTORY_NAME(ACE_VERSIONED_NAMESPACE_NAME,SERVICE_CLASS) (AC
} while (0)
#endif /* defined ACE_LACKS_ARRAY_PLACEMENT_NEW */
-// This is being placed here temporarily to help stablelize the builds, but will
+// This is being placed here temporarily to help stabilize the builds, but will
// be moved out along with the above macros as part of the subsetting. dhinton
#if !defined (ACE_LACKS_NEW_H)
# if defined (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB)