summaryrefslogtreecommitdiff
path: root/src/common/pg_lzcompress.c
diff options
context:
space:
mode:
authorMagnus Hagander2016-02-01 10:43:48 +0000
committerMagnus Hagander2016-02-01 10:43:48 +0000
commite51ab85cd95855d541311f204e1e7db2c40301f7 (patch)
treef2f96f22703118680e6e671f99d32c04facb834b /src/common/pg_lzcompress.c
parent61ce1e8f154aefa97e9e5d5796f7b36c857efc74 (diff)
Fix typos in comments
Author: Michael Paquier
Diffstat (limited to 'src/common/pg_lzcompress.c')
-rw-r--r--src/common/pg_lzcompress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/pg_lzcompress.c b/src/common/pg_lzcompress.c
index 57504778f5c..985841de29f 100644
--- a/src/common/pg_lzcompress.c
+++ b/src/common/pg_lzcompress.c
@@ -153,7 +153,7 @@
* to be coded into a tag.
*
* Finally the match algorithm checks that at least a match
- * of 3 or more bytes has been found, because thats the smallest
+ * of 3 or more bytes has been found, because that is the smallest
* amount of copy information to code into a tag. If so, a tag
* is omitted and all the input bytes covered by that are just
* scanned for the history add's, otherwise a literal character