summaryrefslogtreecommitdiff
path: root/STL
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-07 15:12:35 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-07 15:12:35 +0000
commit6e934f09227084384f8f40285774a8268179745a (patch)
tree7dd113b72143d663c03a70e4f3e7ac7dc377dad6 /STL
parent802d8dd670fde8b4a18b8e560bf18104197d15a1 (diff)
downloadATCD-6e934f09227084384f8f40285774a8268179745a.tar.gz
adjusted a comment
Diffstat (limited to 'STL')
-rw-r--r--STL/bool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/STL/bool.h b/STL/bool.h
index 69f423caf95..6181013c354 100644
--- a/STL/bool.h
+++ b/STL/bool.h
@@ -4,7 +4,7 @@ K// $Id$
#define ACE_BOOL_H
#if defined (_MSC_VER)
-// Define bool out of the std namespace.
+ // Define bool out of the std namespace.
# if _MSC_VER > 1010
# include /**/ <yvals.h>
# else /* _MSC_VER <= 1010 */