summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/cash.c
diff options
context:
space:
mode:
authorDavid Rowley2025-01-01 23:42:01 +0000
committerDavid Rowley2025-01-01 23:42:01 +0000
commit11012c503759f8018d8831bc6eb1f998eba7ad25 (patch)
tree4c81ce997993741a27630e72c12f0cc9dfa5cee2 /src/backend/utils/adt/cash.c
parent50e6eb731d98ab6d0e625a0b87fb327b172bbebd (diff)
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <[email protected]> Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/utils/adt/cash.c')
-rw-r--r--src/backend/utils/adt/cash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/cash.c b/src/backend/utils/adt/cash.c
index c1a743b2a6b..611d23f3cb0 100644
--- a/src/backend/utils/adt/cash.c
+++ b/src/backend/utils/adt/cash.c
@@ -85,7 +85,7 @@ append_num_word(StringInfo buf, Cash value)
else
appendStringInfo(buf, "%s %s", big[tu / 10], small[tu % 10]);
}
-} /* num_word() */
+}
static inline Cash
cash_pl_cash(Cash c1, Cash c2)