summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-01-16 10:06:51 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-01-16 10:06:51 +0100
commit99be658f1eec6ad47407aed3f2d497dac5a624f1 (patch)
tree55f0949acc8276cc43c92830c4cd6f8aa5069d93
parent107289ca7ecf168fc02ed799b01eab663ed9bfb6 (diff)
downloadATCD-99be658f1eec6ad47407aed3f2d497dac5a624f1.tar.gz
Fixed comment
* ACE/ace/Global_Macros.h:
-rw-r--r--ACE/ace/Global_Macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Global_Macros.h b/ACE/ace/Global_Macros.h
index 5ca0d4782b0..55880c6fdd5 100644
--- a/ACE/ace/Global_Macros.h
+++ b/ACE/ace/Global_Macros.h
@@ -113,7 +113,7 @@ ACE_END_VERSIONED_NAMESPACE_DECL
# define ACE_REGISTER register
#endif
-// noexcept(false) specification to specify that the operation ca
+// noexcept(false) specification to specify that the operation can
// throw an exception
#if defined _MSC_VER && _MSC_VER >= 1900 || defined (ACE_HAS_CPP11)
#define ACE_NOEXCEPT_FALSE noexcept(false)