summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-15 17:03:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-15 17:03:31 +0000
commit6cc72a2c647b0f9bf07b78b3d18c932cf8b626be (patch)
tree43ba5da3870a1ef4880131be370a48ffbaa60936 /ace
parentbabd53affe2d4558587f4e096f4952cba01fd7af (diff)
downloadATCD-6cc72a2c647b0f9bf07b78b3d18c932cf8b626be.tar.gz
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r--ace/OS.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.i b/ace/OS.i
index b60c7f911bb..ac93ab70b45 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -6902,7 +6902,7 @@ ACE_OS::gethrtime (void)
return now.msec () * 1000000L /* nanoseconds/millsecond */;
# endif /* i386 || __alpha */
#elif defined (ACE_HAS_PENTIUM)
- // for WIN32 only (see OS.cpp for the GCC version) . . .
+ // for WIN32 only.
// Issue the RDTSC assembler instruction to get the number of clock
// ticks since system boot. RDTSC is only available on Pentiums and
// higher. Thanks to Wayne Vucenic <wvucenic@netgate.net> for