aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/pg_lzcompress.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/pg_lzcompress.h')
-rw-r--r--src/include/utils/pg_lzcompress.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/pg_lzcompress.h b/src/include/utils/pg_lzcompress.h
index 9e3d3f32945..db9618fd40e 100644
--- a/src/include/utils/pg_lzcompress.h
+++ b/src/include/utils/pg_lzcompress.h
@@ -1,7 +1,7 @@
/* ----------
* pg_lzcompress.h -
*
- * $Header: /cvsroot/pgsql/src/include/utils/pg_lzcompress.h,v 1.3 1999/11/25 01:28:07 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/include/utils/pg_lzcompress.h,v 1.4 2000/01/05 18:23:52 momjian Exp $
*
* Definitions for the builtin LZ compressor
* ----------
@@ -81,7 +81,7 @@ typedef struct PGLZ_Header {
*
* min_comp_rate Minimum compression rate (0-99%), the output
* must be smaller than the input. If that isn't
- * the case, the compressor will throw away it's
+ * the case, the compressor will throw away its
* output and copy the original, uncompressed data
* to the output buffer.
*