summaryrefslogtreecommitdiff
path: root/ACE/ace/Env_Value_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-11-25 12:22:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-11-25 12:22:13 +0000
commitb655e8cacc8a0a02247ef8a841691af8ed1915f9 (patch)
tree7d10611bc9a9c3f1c060f7d13473e7ffe471c533 /ACE/ace/Env_Value_T.h
parent77344ee1fcf5bd15d03cfed03a243e6c352be563 (diff)
downloadATCD-b655e8cacc8a0a02247ef8a841691af8ed1915f9.tar.gz
Thu Nov 25 12:17:31 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/OS_NS_unistd.h: * ace/OS_NS_unistd.cpp: Removed not enabled ftruncate workaround * ace/Env_Value_T.h: Doxygen change * ace/OS_NS_sys_utsname.cpp: * ace/OS_NS_sys_wait.cpp: * ace/OS_NS_time.cpp: * ace/OS_NS_wchar.cpp: Layout changes
Diffstat (limited to 'ACE/ace/Env_Value_T.h')
-rw-r--r--ACE/ace/Env_Value_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Env_Value_T.h b/ACE/ace/Env_Value_T.h
index 940a930e3f1..33a66064746 100644
--- a/ACE/ace/Env_Value_T.h
+++ b/ACE/ace/Env_Value_T.h
@@ -45,7 +45,7 @@ public:
/**
* Default constructor which isn't bound to a specific environment
* variable name or a default value. Before being useful it must
- * <open>'d.
+ * open()'d.
*/
ACE_Env_Value (void);