summaryrefslogtreecommitdiff
path: root/src/include/mb
diff options
context:
space:
mode:
authorTom Lane2018-04-01 19:01:28 +0000
committerTom Lane2018-04-01 19:01:28 +0000
commit0b11a674fb11cc1571326c861ecdd7773d9e587f (patch)
tree6c8e921be982e9500ea72807036e9a9f94ab4517 /src/include/mb
parent686d399f2be6eea4b74d59cdadd427d09cb0e246 (diff)
Fix a boatload of typos in C comments.
Justin Pryzby Discussion: https://postgr.es/m/20180331105640.GK28454@telsasoft.com
Diffstat (limited to 'src/include/mb')
-rw-r--r--src/include/mb/pg_wchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h
index 1d26cb51da3..748db5ba5fe 100644
--- a/src/include/mb/pg_wchar.h
+++ b/src/include/mb/pg_wchar.h
@@ -410,7 +410,7 @@ extern const pg_wchar_tbl pg_wchar_table[];
* points to a lookup table for the second byte. And so on.
*
* Physically, all the trees are stored in one big array, in 'chars16' or
- * 'chars32', depending on the maximum value that needs to be reprented. For
+ * 'chars32', depending on the maximum value that needs to be represented. For
* each level in each tree, we also store lower and upper bound of allowed
* values - values outside those bounds are considered invalid, and are left
* out of the tables.