diff options
author | Magnus Hagander | 2016-02-01 10:43:48 +0000 |
---|---|---|
committer | Magnus Hagander | 2016-02-01 10:43:48 +0000 |
commit | e51ab85cd95855d541311f204e1e7db2c40301f7 (patch) | |
tree | f2f96f22703118680e6e671f99d32c04facb834b /src/common/pg_lzcompress.c | |
parent | 61ce1e8f154aefa97e9e5d5796f7b36c857efc74 (diff) |
Fix typos in comments
Author: Michael Paquier
Diffstat (limited to 'src/common/pg_lzcompress.c')
-rw-r--r-- | src/common/pg_lzcompress.c | 2 |
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 |