diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-30 21:43:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-30 21:43:06 +0000 |
commit | bcdbb84f6e916d82dae91dcab38ffc01389d1dc4 (patch) | |
tree | 68f38ce76cc098cb0aa795700501c5eb1068c026 /ace/Log_Priority.h | |
parent | 6a4d079a1330b91c50af8909ddd673f65e667fec (diff) | |
download | ATCD-bcdbb84f6e916d82dae91dcab38ffc01389d1dc4.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Log_Priority.h')
-rw-r--r-- | ace/Log_Priority.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Priority.h b/ace/Log_Priority.h index 3f7e96a0211..dc05f6df1b3 100644 --- a/ace/Log_Priority.h +++ b/ace/Log_Priority.h @@ -24,7 +24,7 @@ enum ACE_Log_Priority // // = DESCRIPTION // These values are defined using powers of two so that it's - // possible to form a mask to turn the on or off dynamically. + // possible to form a mask to turn them on or off dynamically. { // = Note, this first argument *must* start at 1! |