diff options
Diffstat (limited to 'sysdeps/i386/i686/hp-timing.h')
-rw-r--r-- | sysdeps/i386/i686/hp-timing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/i686/hp-timing.h b/sysdeps/i386/i686/hp-timing.h index ffbeb277e5..004cfff77f 100644 --- a/sysdeps/i386/i686/hp-timing.h +++ b/sysdeps/i386/i686/hp-timing.h @@ -84,7 +84,7 @@ /* We use 64bit values for the times. */ typedef unsigned long long int hp_timing_t; -/* Internal variabled used to store the overhead of the measurement +/* Internal variable used to store the overhead of the measurement opcodes. */ extern hp_timing_t __libc_hp_timing_overhead; |