diff options
Diffstat (limited to 'ace/High_Res_Timer.h')
-rw-r--r-- | ace/High_Res_Timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/High_Res_Timer.h b/ace/High_Res_Timer.h index d3b4d1a3566..29f4ccdd315 100644 --- a/ace/High_Res_Timer.h +++ b/ace/High_Res_Timer.h @@ -74,7 +74,7 @@ public: // by zero exceptions. static ACE_UINT32 global_scale_factor (); - // Accesses the current global_scale_factor. + // Accesses the global_scale_factor. static int get_env_global_scale_factor (const char *env = "ACE_SCALE_FACTOR"); // Sets the global_scale_factor to the value in the <env> |