summaryrefslogtreecommitdiff
path: root/ACE/tests/randomize.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-08-09 07:04:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-08-09 07:04:36 +0000
commit6798354d52dc370d0bc6082b64faf7e1ee249ffa (patch)
treee327ddeeadd627c912e92d600f52075b2fcab253 /ACE/tests/randomize.h
parent9e2e5f30a6814f0ae79723141837ce4c006d0a8a (diff)
downloadATCD-6798354d52dc370d0bc6082b64faf7e1ee249ffa.tar.gz
Thu Aug 9 07:03:10 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* docs/bczar/bczar.html: Added packages * include/makeinclude/platform_g++_common.GNU: Use -Wno-deprecated with C++11 due to the heavy usage of auto_ptr * tests/randomize.h: Doxygen fix
Diffstat (limited to 'ACE/tests/randomize.h')
-rw-r--r--ACE/tests/randomize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/randomize.h b/ACE/tests/randomize.h
index a3eff0f722c..4add96a38e3 100644
--- a/ACE/tests/randomize.h
+++ b/ACE/tests/randomize.h
@@ -27,7 +27,7 @@ namespace
/**
* @class randomize_index
*
- * @brief Functor that randomoly swaps the order of two array
+ * @brief Functor that randomly swaps the order of two array
* elements.
*
* @internal Do not directly use this class. Use the @c randomize()