summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-19 16:50:51 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-19 16:50:51 +0000
commitafb55fb458f216cdc07c1c4fbe9ddc46fb14b83c (patch)
treebbabadcf086eecfb1971968f081ba3ca7fae47d3 /ace/README
parent0c7667834bad0a64a058e13b17ef063565edbba3 (diff)
downloadATCD-afb55fb458f216cdc07c1c4fbe9ddc46fb14b83c.tar.gz
executed instead of called, in description of ACE_FINI_HOOK
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/README b/ace/README
index f604ac0e425..36f93668f42 100644
--- a/ace/README
+++ b/ace/README
@@ -40,7 +40,7 @@ ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
Usually used with MFC
applications.
ACE_FINI_HOOK Can be #defined as executable code,
- to be called at program termination.
+ to be executed at program termination.
ACE_MAIN Renames "main (int, char *[])",
for platforms such as g++/VxWorks
that don't allow "main". Requires