aboutsummaryrefslogtreecommitdiff
path: root/src/hwtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hwtime.h')
-rw-r--r--src/hwtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hwtime.h b/src/hwtime.h
index d27204a69..f808fa40e 100644
--- a/src/hwtime.h
+++ b/src/hwtime.h
@@ -17,7 +17,7 @@
#define SQLITE_HWTIME_H
/*
-** The following routine only works on pentium-class (or newer) processors.
+** The following routine only works on Pentium-class (or newer) processors.
** It uses the RDTSC opcode to read the cycle count value out of the
** processor and returns that value. This can be used for high-res
** profiling.