diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-07-14 22:48:26 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-07-14 22:48:26 -0400 |
commit | 63cfdb8dde7f25a095af03aa204580fea55c6c07 (patch) | |
tree | a2c2a7a210f6294beec1ff5cefc3863b743252ff /src/backend/utils/adt/numeric.c | |
parent | 3aed52a622b1c83abc45c6a7c0ef6dbb9adaa7e1 (diff) | |
download | postgresql-63cfdb8dde7f25a095af03aa204580fea55c6c07.tar.gz postgresql-63cfdb8dde7f25a095af03aa204580fea55c6c07.zip |
Adjust spellings of forms of "cancel"
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
-rw-r--r-- | src/backend/utils/adt/numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/numeric.c b/src/backend/utils/adt/numeric.c index f49e113e5e7..2fbdfe07582 100644 --- a/src/backend/utils/adt/numeric.c +++ b/src/backend/utils/adt/numeric.c @@ -7289,7 +7289,7 @@ div_var_fast(NumericVar *var1, NumericVar *var2, NumericVar *result, * But having said that: div[qi] can be more than INT_MAX/NBASE, as * noted above, which means that the product div[qi] * NBASE *can* * overflow. When that happens, adding it to div[qi + 1] will always - * cause a cancelling overflow so that the end result is correct. We + * cause a canceling overflow so that the end result is correct. We * could avoid the intermediate overflow by doing the multiplication * and addition in int64 arithmetic, but so far there appears no need. */ |