summaryrefslogtreecommitdiff
path: root/contrib/tsm_system_time/tsm_system_time.c
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2015-05-17 14:57:30 +0200
committerMagnus Hagander <magnus@hagander.net>2015-05-17 14:58:04 +0200
commit3b075e9d7be0181f8434e7b24007d87b618934c0 (patch)
tree34753e942b924aa56eb3cc68c1d42ab0f7a66455 /contrib/tsm_system_time/tsm_system_time.c
parent6b665454e38580a72f355dcae37952cf1c82f119 (diff)
Fix typos in comments
Dmitriy Olshevskiy
Diffstat (limited to 'contrib/tsm_system_time/tsm_system_time.c')
-rw-r--r--contrib/tsm_system_time/tsm_system_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tsm_system_time/tsm_system_time.c b/contrib/tsm_system_time/tsm_system_time.c
index efb127c1d57..9af9e749216 100644
--- a/contrib/tsm_system_time/tsm_system_time.c
+++ b/contrib/tsm_system_time/tsm_system_time.c
@@ -267,7 +267,7 @@ tsm_system_time_cost(PG_FUNCTION_ARGS)
NULL);
/*
- * Assumption here is that we'll never read less then 1% of table pages,
+ * Assumption here is that we'll never read less than 1% of table pages,
* this is here mainly because it is much less bad to overestimate than
* underestimate and using just spc_random_page_cost will probably lead
* to underestimations in general.