From b78769fda2dc51052d2d0349f4b284c7431dcd01 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 5 Jan 2000 18:23:54 +0000 Subject: Fix it's and its to be correct. --- src/backend/utils/adt/numeric.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/utils/adt/numeric.c') diff --git a/src/backend/utils/adt/numeric.c b/src/backend/utils/adt/numeric.c index 6df22995575..f33a5324c2d 100644 --- a/src/backend/utils/adt/numeric.c +++ b/src/backend/utils/adt/numeric.c @@ -5,7 +5,7 @@ * * 1998 Jan Wieck * - * $Header: /cvsroot/pgsql/src/backend/utils/adt/numeric.c,v 1.20 1999/09/29 21:13:25 wieck Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/adt/numeric.c,v 1.21 2000/01/05 18:23:50 momjian Exp $ * * ---------- */ @@ -391,7 +391,7 @@ numeric(Numeric num, int32 typmod) /* ---------- * If the number is in bounds and due to the present result scale * no rounding could be necessary, make a copy of the input and - * modify it's header fields. + * modify its header fields. * ---------- */ if (num->n_weight < maxweight && scale >= num->n_rscale) -- cgit v1.2.3